Hunny Software Library Reference

Imap4Client.Store Method (String, String, String)

Sends a STORE command with a set of message sequence numbers.

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

Parameters

messageSet
string that specifies a set of message sequence numbers
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