int GetMessage(int nMsgId, ref IMessage msg);
Returns the message with the given message ID (1 based).
int DeleteMessage(int nMsgId);
Deletes the message with the given message ID (1 based).
int Count
Number of messages in the store (read-only property)