Description
-
Removes all messages from collection.
Return Type
-
None
Syntax
-
object.RemoveAll
The RemoveAll Method syntax has these parts:
object |
An expression
evaluating to an object of type Pop3Messages. |
Remarks
-
This method will remove all messages from collection of
user's messages. You should try not to use it, rather
your application should add messages more carefully. If
you must use it, don't use it
outside of Connected
event, because changing contents of Messages
collection may violate POP3 protocol specification, and may
cause problems with some mail clients. Still, wodPop3Server
will not cause problems whenever you use this method,
hoping you know what you're doing.
|