GetSharingMetadataType.IdOfFolderToShare Property
The IdOfFolderToShare property gets or sets an FolderIdType object that identifies the folder to share.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IdOfFolderToShare As FolderIdType
Get
Set
'Usage
Dim instance As GetSharingMetadataType
Dim value As FolderIdType
value = instance.IdOfFolderToShare
instance.IdOfFolderToShare = value
public FolderIdType IdOfFolderToShare { get; set; }
Property Value
Type: ExchangeWebServices.FolderIdType
The value of the IdOfFolderToShare property is a FolderIdType that identifies the folder to share.
See Also