GetSharingMetadataType Members
Include Protected Members
Include Inherited Members
The GetSharingMetadataType class represents a request to get an opaque authentication token that identifies the sharing invitation.
The GetSharingMetadataType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GetSharingMetadataType | The GetSharingMetadataType constructor initializes a new instance of the GetSharingMetadataType class. |
Top
Properties
Name | Description | |
---|---|---|
IdOfFolderToShare | The IdOfFolderToShare property gets or sets an FolderIdType object that identifies the folder to share. | |
Recipients | The Recipients property gets or sets a string that contains the SMTP e-mail addresses of one or more entities that will be invited to share data in the folder that is specified by the IdOfFolderToShare property. | |
SenderSmtpAddress | The SenderSmtpAddress property gets or sets the SMTP e-mail address that corresponds to the mailbox that contains the folder that is identified by the IdOfFolderToShare property. |
Top