SocketTools .NET Edition

ImapClient.StoreMessage Method

Retrieve a message from the current mailbox and store it in a file on the local system.

Overload List

Retrieve a message from the current mailbox and store it in a file on the local system.

public bool StoreMessage(int,string);

Retrieve the current message and store it in a file on the local system.

public bool StoreMessage(string);

See Also

ImapClient Class | SocketTools Namespace