메소드 | 설명 | |
---|---|---|
Envelope ( ) : System |
Initializes a new instance of the MailKit.Envelope class. Creates a new Envelope. |
|
ToString ( ) : string |
Returns a System.String that represents the current MailKit.Envelope. The returned string can be parsed by TryParse(string,out Envelope). |
|
TryParse ( string text, |
Tries to parse the given text into a new MailKit.Envelope instance. Parses an Envelope value from the specified text. |
메소드 | 설명 | |
---|---|---|
Encode ( StringBuilder builder ) : void | ||
EncodeAddressList ( StringBuilder builder, InternetAddressList list ) : void | ||
EncodeMailbox ( StringBuilder builder, MimeKit.MailboxAddress mailbox ) : void | ||
TryParse ( string text, int &index, |
||
TryParse ( string text, int &index, InternetAddressList &list ) : bool | ||
TryParse ( string text, int &index, MimeKit.MailboxAddress &mailbox ) : bool | ||
TryParse ( string text, int &index, string &nstring ) : bool |
public static TryParse ( string text, |
||
text | string | The text to parse. |
envelope | The parsed envelope. | |
리턴 | bool |