Hunny Software Library Reference

Imap4Client.UidFetch Method (Int32, String)

Sends a UID FETCH command with a single message UID.

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

Parameters

uid
The UID 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.UidFetch Overload List | Fetch method | FetchResponse | UID command in the IMAP4 specification