MimeRecipient.Parse method
The Parse method returns a MimeRecipient object created from address using the AddressParserFlags contained in flags.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
address As String, _
flags As AddressParserFlags _
) As MimeRecipient
'Usage
Dim address As String
Dim flags As AddressParserFlags
Dim returnValue As MimeRecipient
returnValue = MimeRecipient.Parse(address, _
flags)
public static MimeRecipient Parse(
string address,
AddressParserFlags flags
)
Parameters
address
Type: System.StringThe e-mail address to use when creating the returned MimeRecipient object.
flags
Type: Microsoft.Exchange.Data.Mime.AddressParserFlagsThe AddressParserFlags enumeration value controlling how address is parsed.
Return value
Type: Microsoft.Exchange.Data.Mime.MimeRecipient