MailAddress Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents a mailbox that consists of address and a display name.
Syntax
public class MailAddress : IHeader
Implements
Inherited Members
Remarks
Represents the mailbox
structured header defined by RFC 2822.
Constructors
Name | Description |
---|---|
Mail |
Initializes a new instance of Mail |
Mail |
Initializes a new instance of Mail |
Mail |
Initializes a new instance of Mail |
Properties
Name | Description |
---|---|
Address | Gets the mail address of this mailbox. |
Display |
Gets the display name of this mailbox. |
Host | Gets the domain of this mailbox. |
User | Gets the local part of this mailbox. |
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the header. |
Encode(Text |
Writes an encoded header value into a Text |
To |
Converts the value of this header to its String representation. |
Operators
Name | Description |
---|---|
Implicit(String to Mail |
Converts a String to a Mail |