|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiJournal
public final class MapiJournal
Represents the Outlook Journal object.
Constructor Summary | |
---|---|
MapiJournal()
Initializes a new instance of the MapiJournal class. |
Method Summary | |
---|---|
String |
getBody()
Gets message body. |
String |
getBriefDescription()
Gets or sets the brief description of activity that is being recorded. |
String |
getDescription()
Gets or sets the description of activity that is being recorded. |
int |
getDocumentStatus()
Gets or sets the status of document. |
com.aspose.email.ms.System.TimeSpan |
getDuration()
Gets the duration of the activity. |
Date |
getEndTime()
|
int |
getFlags()
Gets or sets a flags that contains metadata about the Journal object. |
String |
getMessageClass()
Gets message class. |
Date |
getStartTime()
|
String |
getSubject()
Gets message subject. |
void |
setBriefDescription(String value)
|
void |
setDescription(String value)
|
void |
setDocumentStatus(int value)
|
void |
setEndTime(Date value)
|
void |
setFlags(int value)
|
void |
setStartTime(Date value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapiJournal()
Initializes a new instance of the MapiJournal
class.
Method Detail |
---|
public String getMessageClass()
Gets message class.
Value: String that represents message class.
getMessageClass
in interface IMapiMessageItem
public String getBody()
Gets message body.
Value: The message body.
getBody
in interface IMapiMessageItem
public String getSubject()
Gets message subject.
Value: The message subject.
getSubject
in interface IMapiMessageItem
public String getBriefDescription()
Gets or sets the brief description of activity that is being recorded.
Value: The string that represents activity.
public void setBriefDescription(String value)
public String getDescription()
Gets or sets the description of activity that is being recorded.
Value: The string that represents activity.
public void setDescription(String value)
public Date getStartTime()
public void setStartTime(Date value)
public Date getEndTime()
public void setEndTime(Date value)
public com.aspose.email.ms.System.TimeSpan getDuration()
Gets the duration of the activity.
Value: The value that represents duration of the activity.
public int getDocumentStatus()
Gets or sets the status of document.
Value: The document status.
public void setDocumentStatus(int value)
public int getFlags()
Gets or sets a flags that contains metadata about the Journal object.
Value: The journal flags.
public void setFlags(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |