Pop3Client.CommitDeletes

CommitDeletes(int)

Commit the deletions

public void CommitDeletes(int sleep)
ParameterTypeDescription
sleepInt32Timeout in milliseconds

See Also


CommitDeletes(IConnection)

Commit the deletions

public void CommitDeletes(IConnection connection)
ParameterTypeDescription
connectionIConnectionConnection to a server

See Also


CommitDeletes()

Commit the deletions

public void CommitDeletes()

See Also