Share via


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.

See also

Reference

MimeWriter class

MimeWriter members

Microsoft.Exchange.Data.Mime namespace