public final class MapiJournal extends Object implements IMapiMessageItem
Represents the Outlook Journal object.
Constructor and Description |
---|
MapiJournal()
Initializes a new instance of the
MapiJournal class. |
MapiJournal(String subject,
String body,
String description,
String briefDescription)
Initializes a new instance of the
MapiJournal class. |
Modifier and Type | Method and Description |
---|---|
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 |
setBody(String value) |
void |
setBriefDescription(String value) |
void |
setDescription(String value) |
void |
setDocumentStatus(int value) |
void |
setEndTime(Date value) |
void |
setFlags(int value) |
void |
setStartTime(Date value) |
void |
setSubject(String value) |
public MapiJournal()
Initializes a new instance of the MapiJournal
class.
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 void setBody(String value)
public String getSubject()
Gets message subject.
Value: The message subject.getSubject
in interface IMapiMessageItem
public void setSubject(String value)
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)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.