Share via


MailContact.MessageFormat property

Gets or sets the format of messages that are sent to the mail contact.

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

Syntax

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

value = instance.MessageFormat

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

Property value

Type: Microsoft.Exchange.Data.Directory.Recipient.MessageFormat
One of the enumeration values that specifies the format of messages that are sent to the mail contact.

See also

Reference

MailContact class

MailContact members

Microsoft.Exchange.Data.Directory.Management namespace