| EnvelopeTryParse Method |
Tries to parse the given text into a new
Envelope instance.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public static bool TryParse(
string text,
out Envelope envelope
)
Parameters
- text String
- The text to parse.
- envelope Envelope
- The parsed envelope.
Return Value
Booleantrue, if the envelope was successfully parsed,
false otherwise.
Exceptions Remarks Parses an Envelope value from the specified text.
Caution |
---|
This syntax, while similar to IMAP's ENVELOPE syntax, is not
completely compatible. |
See Also