SyncCollectionRequestDeletesAsMoves Property |
Requests that indicates that any deleted items SHOULD be moved to the Deleted Items folder.
If the DeletesAsMoves element is set to false, the deletion is permanent.
If the client wants to permanently delete items, the request MUST include the DeletesAsMoves element with a value of FALSE.
A value of TRUE, which is the default, indicates that any deleted items are moved to the Deleted Items folder.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic bool? DeletesAsMoves { get; set; }
Public Property DeletesAsMoves As Boolean?
Get
Set
public:
property Nullable<bool> DeletesAsMoves {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member DeletesAsMoves : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also