Hunny Software Library Reference

Imap4Client.UidFetch Method (String, String)

Sends a UID FETCH command with a set of message UIDs.

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

Parameters

messageSet
string that specifies a set of message UID 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.UidFetch Overload List | Fetch method | FetchResponse | UID command in the IMAP4 specification