Hunny Software Library Reference

Imap4Client.Store Method (Int32, String, String)

Sends a STORE command with a single message sequence number.

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

Parameters

msgNum
The sequence number of the message.
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.Store Overload List | FetchResponse | STORE command in the IMAP4 specification