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.

public:
 property ExchangeWebServices::SharingDataType DataType { ExchangeWebServices::SharingDataType get(); void set(ExchangeWebServices::SharingDataType value); };
public ExchangeWebServices.SharingDataType DataType { get; set; }
Public Property DataType As SharingDataType

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