MailPublicFolder.PublicFolderType Property

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property PublicFolderType As PublicFolderType
    Get
    Set
'Usage
Dim instance As MailPublicFolder
Dim value As PublicFolderType

value = instance.PublicFolderType

instance.PublicFolderType = value
[ParameterAttribute(Mandatory = false)]
public PublicFolderType PublicFolderType { get; set; }