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