Mime4.net Home | Community Edition | Order | Usage examples | Feedback
AddressListField ClassMIME4NET Class Library Documentation
Inheritance Hierarchy

System Object
  NI.Email.Mime.Field MimeField
    NI.Email.Mime.Field AddressListField

Namespace: NI.Email.Mime.Field
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public class AddressListField : MimeField

The AddressListField type exposes the following members.

Constructors

  NameDescription
Public methodAddressListField
Initializes a new instance of the AddressListField class
Top
Methods

  NameDescription
Public methodAddItem
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodParseBody (Overrides MimeField ParseBody(String).)
Public methodRemoveItem
Public methodToString (Inherited from MimeField.)
Top
Fields

  NameDescription
Protected fieldbody (Inherited from MimeField.)
Protected fieldname (Inherited from MimeField.)
Protected fieldraw (Inherited from MimeField.)
Top
Properties

  NameDescription
Public propertyAddressList
Public propertyBody
Gets the unfolded, unparsed and possibly encoded (see RFC 2047) field body string.
(Inherited from MimeField.)
Public propertyIsContentType
Determines if this is a Content-Type field.
(Inherited from MimeField.)
Public propertyIsFrom
Determines if this is a From field.
(Inherited from MimeField.)
Public propertyIsSubject
Determines if this is a Subject field.
(Inherited from MimeField.)
Public propertyIsTo
Determines if this is a To field.
(Inherited from MimeField.)
Public propertyName
Gets the name of the field (Subject, From, etc).
(Inherited from MimeField.)
Public propertyParseException
Public propertyRaw
Gets the original raw field string.
(Inherited from MimeField.)
Top
See Also