Share via


GetSharingFolderType.SharedFolderId Property

The SharedFolderId property gets or sets a string value that contains the unique identifier of the shared folder whose local folder identifier should be returned.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property SharedFolderId As String
    Get
    Set
'Usage
Dim instance As GetSharingFolderType
Dim value As String

value = instance.SharedFolderId

instance.SharedFolderId = value
public string SharedFolderId { get; set; }

Property Value

Type: System.String
The value of the SharedFolderId property is a string that contains the unique identifier of the shared folder.

Remarks

In a GetSharingFolderType request, the SmtpAddress property must be set. Additionally, either the DataType property or the SharedFolderId property must be set, but not both.