SocketTools .NET Edition

ImapClient.OpenMessage Method

Open the current message for reading.

Overload List

Open the current message for reading.

public bool OpenMessage();

Open the specified message for reading.

public bool OpenMessage(int);

Open the specified message for reading.

public bool OpenMessage(int,int);

Open the specified message for reading.

public bool OpenMessage(int,int,ImapSections);

Open the specified message for reading.

public bool OpenMessage(int,int,int,ref int,ImapSections);

Open the specified message for reading.

public bool OpenMessage(int,int,ref int,ImapSections);

See Also

ImapClient Class | SocketTools Namespace