Hunny Software Library Reference

Imap4Client.Fetch Method (Int32, String)

Sends a FETCH command with a single message sequence number.

[Visual Basic]
Overloads Public Sub Fetch( _
   ByVal msgNum As Integer, _
   ByVal items As String _
)
[C#]
public void Fetch(
   int msgNum,
   string items
);

Parameters

msgNum
The sequence number of the message.
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