MailContact.UsePreferMessageFormat property
Gets or sets a value that indicates whether the message format settings configured for the mail contact override the global settings configured for the remote domain.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property UsePreferMessageFormat As Boolean
Get
Set
'Usage
Dim instance As MailContact
Dim value As Boolean
value = instance.UsePreferMessageFormat
instance.UsePreferMessageFormat = value
public bool UsePreferMessageFormat { get; set; }
Property value
Type: System.Boolean
true if the message format settings configured for the mail contact override the global settings; otherwise, false.