The AddMessage method adds a message to a mailbox. This method is available to the mailbox owner only.
Message AddMessage(
string mailboxId
MessageUpdater updater
)A Message object representing the message just added.
The mailbox identified by the mailboxId parameter must be owned by the currently authenticated user.