ItemOperationsFetchRequestServerId Property |
Specifies a unique identifier that is assigned by the server to each object that have an item operation applied to it.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string ServerId { get; set; }
Public Property ServerId As String
Get
Set
public:
property String^ ServerId {
String^ get ();
void set (String^ value);
}
member ServerId : string with get, set
Property Value
Type:
String
See Also