GetSharingFolderType.SharedFolderId Property

Definition

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.

public:
 property System::String ^ SharedFolderId { System::String ^ get(); void set(System::String ^ value); };
public string SharedFolderId { get; set; }
Public Property SharedFolderId As String

Property Value

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.

Applies to