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