ProvisionRequestDeviceInformation Property |
Device information.
When the protocol version is 14.1, the client MUST send the DeviceInformation element with its contents when sending an initial Provision command request to the server but not on subsequent requests.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic DeviceInformation DeviceInformation { get; set; }
Public Property DeviceInformation As DeviceInformation
Get
Set
public:
property DeviceInformation^ DeviceInformation {
DeviceInformation^ get ();
void set (DeviceInformation^ value);
}
member DeviceInformation : DeviceInformation with get, set
Property Value
Type:
DeviceInformation
See Also