DeviceInformation Class

Request that is used for sending the client device's properties to the server.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerDeviceInformation

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class DeviceInformation

The DeviceInformation type exposes the following members.

Constructors
  NameDescription
Public methodDeviceInformation
Initializes a new instance of the DeviceInformation class
Properties
  NameDescription
Public propertyEnableOutboundSMS
Whether to enable outbound SMS
Public propertyFriendlyName
Device friendly name
Public propertyIMEI
International Mobile Equipment Identity (IMEI)
Public propertyMobileOperator
Mobile operator name
Public propertyModel
Device model
Public propertyOS
Device operating system
Public propertyOSLanguage
Device operating system language
Public propertyPhoneNumber
Telephone number
Public propertyUserAgent
User Agent
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also