MailboxMessageConfiguration.DefaultFormat property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property DefaultFormat As MailFormat
Get
Set
'Usage
Dim instance As MailboxMessageConfiguration
Dim value As MailFormat
value = instance.DefaultFormat
instance.DefaultFormat = value
public MailFormat DefaultFormat { get; set; }
Property value
Type: Microsoft.Exchange.Data.Storage.Management.MailFormat
See also
Reference
MailboxMessageConfiguration class