Catalyst Internet Mail .NET

InternetMail.GetMessage Method

Retrieve a message from the server and replace the current message with its contents.

Overload List

Retrieve a message from the server and replace the current message with its contents.

public bool GetMessage();

Retrieve the current message from the server and return the contents in a byte array.

public bool GetMessage(byte[],ref int);

Retrieve a message from the server and replace the current message with its contents.

public bool GetMessage(int);

Retrieve a message from the server and return the contents in a byte array.

public bool GetMessage(int,byte[],ref int);

Retrieve a message from the server and return the contents in a string.

public bool GetMessage(int,int,ref string);

Retrieve a message from the server and return the contents in a string.

public bool GetMessage(int,int,ref string,ImapSections);

Retrieve a message from the server and return the contents in a string.

public bool GetMessage(int,ref string);

Retrieve a message from the server and return the contents in a string.

public bool GetMessage(int,ref string,ImapSections);

Retrieve the current message from the server and return the contents in a string.

public bool GetMessage(ref string);

See Also

InternetMail Class | SocketTools Namespace