This class represent generic mailbox header fields. For example: Sender: header.
| C# | Visual Basic | Visual C++ | F# |
public class Mail_h_Mailbox : MIME_h
Public Class Mail_h_Mailbox Inherits MIME_h
public ref class Mail_h_Mailbox : public MIME_h
type Mail_h_Mailbox = class inherit MIME_h end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Mail_h_Mailbox(String, Mail_t_Mailbox) |
Default constructor.
| |
| Address |
Gets mailbox address.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsModified |
Gets if this header field is modified since it has loaded.
(Overrides MIME_h.IsModified.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets header field name. For example "Sender".
(Overrides MIME_h.Name.) | |
| Parse(String) |
Parses header field from the specified value.
| |
| ToString(MIME_Encoding_EncodedWord, Encoding, Boolean) |
Returns header field as string.
(Overrides MIME_h.ToString(MIME_Encoding_EncodedWord, Encoding, Boolean).) | |
| ToString()()()() |
Returns header field as string.
(Inherited from MIME_h.) | |
| ToString(MIME_Encoding_EncodedWord, Encoding) |
Returns header field as string.
(Inherited from MIME_h.) | |
| ValueToString()()()() |
Returns header field value as string.
(Inherited from MIME_h.) | |
| ValueToString(MIME_Encoding_EncodedWord, Encoding) |
Returns header field value as string.
(Inherited from MIME_h.) |
RFC 5322. header = "FiledName:" mailbox CRLF | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119