GetSharingFolderResponseMessageType.SharingFolderId Property
The SharingFolderId property gets or sets the identifier of the local folder in a sharing relationship.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SharingFolderId As FolderIdType
Get
Set
'Usage
Dim instance As GetSharingFolderResponseMessageType
Dim value As FolderIdType
value = instance.SharingFolderId
instance.SharingFolderId = value
public FolderIdType SharingFolderId { get; set; }
Property Value
Type: ExchangeWebServices.FolderIdType
The value of the SharingFolderId property is a FolderIdType object..
See Also