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

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

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

public class MailboxField : MimeField

The MailboxField type exposes the following members.

Constructors

  NameDescription
Public methodMailboxField
Initializes a new instance of the MailboxField class
Top
Methods

  NameDescription
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
Attempts to parse the body into an e-mail address. If address is invalid, it will be set to null.
(Overrides MimeField ParseBody(String).)
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 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 propertyMailbox
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