Method |
Description |
|
SecureMessageLib ( MySession mySession ) : System |
|
|
addAttachment ( string pwd, Int32 messageId, Int32 messageOplock, string fileName, string mimeType, byte attachment ) : AttachmentTO |
|
|
deleteAttachment ( string pwd, Int32 messageId ) : MessageTO |
|
|
deleteDraft ( string pwd, Int32 messageId ) : MessageTO |
|
|
getAttachment ( string pwd, Int32 attachmentId ) : AttachmentTO |
|
|
getMessages ( string pwd, Int32 userId, Int32 folderId, Int32 pageStart, Int32 pageSize ) : SecureMessageThreadsTO |
|
|
getUser ( string pwd, string userId, string idType ) : SmUserTO |
|
|
moveMessage ( string pwd, Int32 userId, Int32 messageId, Int32 newFolderId ) : MessageTO |
|
|
readMessage ( string pwd, Int32 addresseeId, Int32 addresseeOplock ) : MessageTO |
|
|
saveDraft ( string pwd, Int32 replyingToMessageId, string threadSubject, Int32 messageCategory, Int32 messageId, Int32 senderId, Int32 recipientId, string messageBody, Int32 messageOplock, Int32 threadOplock ) : ThreadTO |
|
|
sendDraft ( string pwd, Int32 messageId, Int32 messageOplock ) : MessageTO |
|
|
sendNewMessage ( string pwd, string threadSubject, Int32 groupId, Int32 messageCategory, Int32 senderId, Int32 recipientId, string messageBody ) : ThreadTO |
|
|
sendReplyMessage ( string pwd, Int32 replyingToMessageId, Int32 senderId, Int32 recipientId, string messageBody ) : MessageTO |
|
|
updateAttachment ( string pwd, Int32 attachmentId, Int32 attachmentOplock, string fileName, string mimeType, byte attachment ) : AttachmentTO |
|
|
updateMessageThread ( string pwd, Int32 threadId, string threadSubject, Int32 messageCategory, Int32 threadOplock ) : ThreadTO |
|
|