Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WriteAddress method writes an address from the MimeAddressReader specified by the reader parameter.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteAddress ( _
reader As MimeAddressReader _
)
'Usage
Dim instance As MimeWriter
Dim reader As MimeAddressReader
instance.WriteAddress(reader)
public void WriteAddress(
MimeAddressReader reader
)
Parameters
reader
Type: Microsoft.Exchange.Data.Mime.MimeAddressReaderA MimeAddressReader structure containing the address to write.