public interface IMapiMessageItem
Base interface for all message items in Outlook
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Gets message body
|
String |
getMessageClass()
Gets message class
|
String |
getSubject()
Gets message subject
|
void |
setBody(String value)
Gets message body
|
void |
setSubject(String value)
Gets message subject
|