ReturnPath Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Represents a mailbox that consists of address and a display name.
Syntax
public class ReturnPath : IHeader
Implements
Inherited Members
Remarks
Represents the mailbox
structured header defined by RFC 2822.
Constructors
Name | Description |
---|---|
ReturnPath(String) | Initializes a new instance of ReturnPath header value with the specified mail address. |
Properties
Name | Description |
---|---|
Address | Gets the mail address 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(TextWriter) | Writes an encoded header value into a TextWriter. |
ToString() | Converts the value of this header to its String representation. |