| Hunny Software Library Reference | |
Imap4Client.Fetch Method (String, String)
Sends a FETCH command with a set of message sequence numbers.
[Visual Basic]Overloads Public Sub Fetch( _
ByVal
messageSet As
String, _
ByVal
items As
String _
)
Parameters
- messageSet
- A String that specifies a set of message
sequence numbers.
- items
- The list of items to be fetched.
Exceptions
| Exception Type | Condition |
|---|
| Exception | If a network or protocol
error occurs. |
See Also
Imap4Client Class | Hunny.Mail Namespace | Imap4Client.Fetch Overload List | FetchResponse |
FETCH command in the IMAP4 specification