RefreshSharingFolderType.SharingFolderId Property

The SharingFolderId property gets or sets a FolderIdType object that identifies 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 RefreshSharingFolderType
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 that identifies the local folder in a sharing relationship.