GetSharingFolderType.DataType Property

Definition

The DataType gets or sets an SharingDataType enumeration value that describes the type of data that is shared by a shared folder.

C#
public ExchangeWebServices.SharingDataType DataType { get; set; }

Property Value

The value of the DataType property is one of the SharingDataType enumeration values.

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.

If you set the DataType property, you must set the DataTypeSpecified property to true so that the DataType property is serialized into the SOAP request.

Applies to

Product Versions
Exchange EWS proxy Latest