MailboxFolder.DefaultFolderType property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultFolderType As Nullable(Of DefaultFolderType)
Get
'Usage
Dim instance As MailboxFolder
Dim value As Nullable(Of DefaultFolderType)
value = instance.DefaultFolderType
public Nullable<DefaultFolderType> DefaultFolderType { get; }
Property value
Type: System.Nullable<DefaultFolderType>