Retrieve the current message from the server and return the contents in a byte array.
Retrieve the current message from the server and return the contents in a byte array.
public bool GetMessage(byte[],ref int);
Retrieve the current message from the server and return the contents in a byte array.
public bool GetMessage(byte[],ref int,ImapSections);
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 byte array.
public bool GetMessage(int,byte[],ref int,ImapSections);
Retrieve a message from the server and return the contents in a byte array.
public bool GetMessage(int,int,byte[],ref int);
Retrieve a message from the server and return the contents in a byte array.
public bool GetMessage(int,int,byte[],ref int,ImapSections);
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);
Retrieve the current message message from the server and return the contents in a string.
public bool GetMessage(ref string,ImapSections);
ImapClient Class | SocketTools Namespace