MimeWriter.WriteRecipient Method
The WriteRecipient method writes a recipient to the stream that this MimeWriter object owns.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteRecipient ( _
displayName As String, _
address As String _
)
'Usage
Dim instance As MimeWriter
Dim displayName As String
Dim address As String
instance.WriteRecipient(displayName, _
address)
public void WriteRecipient(
string displayName,
string address
)
Parameters
- displayName
Type: System.String
The display name of the recipient.
- address
Type: System.String
The address of the recipient.