Поделиться через


GetSharingFolderType.DataType Property

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

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property DataType As SharingDataType
    Get
    Set
'Usage
Dim instance As GetSharingFolderType
Dim value As SharingDataType

value = instance.DataType

instance.DataType = value
public SharingDataType DataType { get; set; }

Property Value

Type: ExchangeWebServices.SharingDataType
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.