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 _
)
[C#]
public void Fetch(
   string messageSet,
   string items
);

Parameters

messageSet
A String that specifies a set of message sequence numbers.
items
The list of items to be fetched.

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

Imap4Client Class | Hunny.Mail Namespace | Imap4Client.Fetch Overload List | FetchResponse | FETCH command in the IMAP4 specification