BaseFolderType.FolderClass Property
The FolderClass property gets or sets the folder class for a given folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FolderClass As String
Get
Set
'Usage
Dim instance As BaseFolderType
Dim value As String
value = instance.FolderClass
instance.FolderClass = value
public string FolderClass { get; set; }
Property Value
Type: System.String
The FolderClass property returns a string value that represents the folder class of a folder.
See Also