ImapClientCommitDeletes Method (Int32) |
Commit the deletions
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic void CommitDeletes(
int sleep
)
Public Sub CommitDeletes (
sleep As Integer
)
public:
void CommitDeletes(
int sleep
)
member CommitDeletes :
sleep : int -> unit
Parameters
- sleep
- Type: SystemInt32
Wait time complete the operation in milliseconds
See Also