Share via


MailContact.MessageBodyFormat property

Gets or sets the message body format for messages that are sent to the mail user.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property MessageBodyFormat As MessageBodyFormat
    Get
    Set
'Usage
Dim instance As MailContact
Dim value As MessageBodyFormat

value = instance.MessageBodyFormat

instance.MessageBodyFormat = value
public MessageBodyFormat MessageBodyFormat { get; set; }

Property value

Type: Microsoft.Exchange.Data.Directory.Recipient.MessageBodyFormat
One of the enumeration values that specifies the message body format for messages that are sent to the mail user.

See also

Reference

MailContact class

MailContact members

Microsoft.Exchange.Data.Directory.Management namespace