GetSharingFolder

The GetSharingFolder element defines a request to get the local folder identifier of a specified shared folder. It is the base element for the GetSharingFolder operation.

<GetSharingFolder>   <SmtpAddress/>   <DataType/>   <SharedFolderId/></GetSharingFolder>

GetSharingFolderType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
SmtpAddress
Represents the SMTP e-mail address of the other party in the sharing relationship. This element is required.
DataType
Describes the type of data that is shared by a shared folder. This element is optional.
SharedFolderId
Represents the identifier of the shared folder whose local folder identifier should be returned. This element is optional.

Parent elements

None.

Remarks

A GetSharingFolder element must contain an SmtpAddress element. A GetSharingFolder element must also contain either a DataType element or a SharedFolderId element, but cannot contain both.

The schema that describes this element is located in the IIS Virtual directory that hosts Exchange Web Services of the computer that is running Microsoft Exchange Server that has the Client Access server role installed.

Element information

Name Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/messages
Schema Name
Messages schema
Validation File
Messages.xsd
Can be Empty
False

See also

GetSharingFolder operation