| 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 _
)
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 Type | Condition |
|---|
| Exception | If 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