Hunny Software Library Reference

Imap4Client.UidStore Method (String, String, String)

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

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

Parameters

messageSet
A string that specifies a set of message UIDs.
name
The data item to store.
value_
The value of data item.

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

Imap4Client Class | Hunny.Mail Namespace | Imap4Client.UidStore Overload List | Store method | UID command in the IMAP4 specification