PingParameter Class

Contains the ping command parameters
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerPingParameter

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

The PingParameter type exposes the following members.

Constructors
  NameDescription
Public methodPingParameter
Initializes a new instance of the PingParameter class.
Properties
  NameDescription
Public propertyClass
The Class element is a required child element of the Folder element in Ping command requests that specifies the content class of the folder to be monitored. The valid Class element values are: Email, Calendar, Contacts, Tasks, Notes
Public propertyServerId
The Id element is a required child element of the Folder element in Ping command requests that specifies the server ID of the folder to be monitored. Elements referenced in this section are defined in the Ping namespace, except where otherwise indicated by the presence of a namespace prefix (as defined in section 2.2.1).
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