IMessageStore Interface

GetMessage Method

int GetMessage(int nMsgId, ref IMessage msg);

Returns the message with the given message ID (1 based).

DeleteMessage Method

int DeleteMessage(int nMsgId);

Deletes the message with the given message ID (1 based).

Count Method

int Count

Number of messages in the store (read-only property)