OOFResponseStatus Property |
Indicates the result of the ActiveSync command request.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Status Status { get; set; }
Public Property Status As Status
Get
Set
public:
property Status^ Status {
Status^ get ();
void set (Status^ value);
}
member Status : Status with get, set
Property Value
Type:
Status
See Also