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 _
)
'Usage
Dim displayName As String
Dim email As String
Dim instance As New MimeRecipient(displayName, _
email)
public MimeRecipient(
string displayName,
string email
)
Parameters
displayName
Type: System.StringA string containing the value to use for initializing the DisplayName property.
email
Type: System.StringA string containing the value to use for initializing the Email property.