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
public static MimeRecipient Parse (
string address,
AddressParserFlags flags
)
public:
static MimeRecipient^ Parse (
String^ address,
AddressParserFlags flags
)
public static MimeRecipient Parse (
String address,
AddressParserFlags flags
)
public static function Parse (
address : String,
flags : AddressParserFlags
) : MimeRecipient
Parameters
- address
The e-mail address to use when creating the returned MimeRecipient object.
- flags
The AddressParserFlags enumeration value controlling how address is parsed.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003