MimeRecipient Constructor (String, String)
The MimeRecipient constructor initializes a new instance of the MimeRecipient class with.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
displayName As String, _
email As String _
)
public MimeRecipient (
string displayName,
string email
)
public:
MimeRecipient (
String^ displayName,
String^ email
)
public MimeRecipient (
String displayName,
String email
)
public function MimeRecipient (
displayName : String,
email : String
)
Parameters
- displayName
A string containing the value to use for initializing the DisplayName property.
- email
A string containing the value to use for initializing the Email property.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003