ItemOperationsFetchRequestLongId Property |
Specifies a unique identifier that was assigned by the server to each result returned by a previous Search response.
The LongId value can be up to 256 characters in length.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string LongId { get; set; }
Public Property LongId As String
Get
Set
public:
property String^ LongId {
String^ get ();
void set (String^ value);
}
member LongId : string with get, set
Property Value
Type:
String
See Also