public final class MapiJournal extends MapiMessageItemBase
Represents the Outlook Journal object.
attachments, namedPropertyMappingStorage, recipients
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 |
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.
|
double |
getDuration()
Gets the duration of the activity.
|
Date |
getEndTime()
Gets or sets the time at which the activity ended.
|
int |
getFlags()
Gets or sets a flags that contains metadata
about the Journal object.
|
Date |
getStartTime()
Gets or sets the time at which the activity began.
|
void |
save(OutputStream stream)
Saves the specified stream.
|
void |
save(String fileName)
Saves the specified file name.
|
void |
setBriefDescription(String value)
Gets or sets the brief description
of activity that is being recorded.
|
void |
setDescription(String value)
Gets or sets the description
of activity that is being recorded.
|
void |
setDocumentStatus(int value)
Gets or sets the status of document.
|
void |
setEndTime(Date value)
Gets or sets the time at which the activity ended.
|
void |
setFlags(int value)
Gets or sets a flags that contains metadata
about the Journal object.
|
void |
setStartTime(Date value)
Gets or sets the time at which the activity began.
|
checkIsDisposed, dispose, getAttachments, getBilling, getBody, getBodyHtml, getBodyRtf, getBodyType, getCategories, getCompanies, getItemId, getMessageClass, getMileage, getNamedProperties, getNamedPropertyMapping, getProperty, getPropertyStream, getRecipients, getSensitivity, getSubject, getSubjectPrefix, getSubStorages, initNamedPropertyMappingStorage, removeProperty, setBilling, setBody, setBodyContent, setBodyRtf, setCategories, setCompanies, setMessageClass, setMessageFlags, setMileage, setNamedPropertyMapping, setProperty, setRecipients, setSensitivity, setsIMapiMessageItemMembers, setSubject
createMapiNode, getCodePage, getProperties, getPropertyBoolean, getPropertyBytes, getPropertyDateTime, getPropertyInt32, getPropertyLong, getPropertyShort, getPropertyString, getPropertyString, isStoreUnicodeOk, setProperty, tryGetPropertyData, tryGetPropertyDateTime, tryGetPropertyInt32, tryGetPropertyLong, tryGetPropertyString, tryGetPropertyString, tryGetPropertyString, tryGetPropertyString
public MapiJournal()
Initializes a new instance of the MapiJournal
class.
public MapiJournal(String subject, String body, String description, String briefDescription)
Initializes a new instance of the MapiJournal
class.
subject
- The subject.body
- The message body.description
- The description.briefDescription
- The brief description.public final String getBriefDescription()
Gets or sets the brief description of activity that is being recorded.
Value: The string that represents activity.public final void setBriefDescription(String value)
Gets or sets the brief description of activity that is being recorded.
Value: The string that represents activity.public final String getDescription()
Gets or sets the description of activity that is being recorded.
Value: The string that represents activity.public final void setDescription(String value)
Gets or sets the description of activity that is being recorded.
Value: The string that represents activity.public final Date getStartTime()
Gets or sets the time at which the activity began.
com.aspose.ms.System.ArgumentException
- trows when start time is less than end time.
Value:
The value that represents
time at which the activity began.public final void setStartTime(Date value)
Gets or sets the time at which the activity began.
com.aspose.ms.System.ArgumentException
- trows when start time is less than end time.
Value:
The value that represents
time at which the activity began.public final Date getEndTime()
Gets or sets the time at which the activity ended.
com.aspose.ms.System.ArgumentException
- trows when start time is less than end time.
Value:
The value that represents
time at which the activity ended.public final void setEndTime(Date value)
Gets or sets the time at which the activity ended.
com.aspose.ms.System.ArgumentException
- trows when start time is less than end time.
Value:
The value that represents
time at which the activity ended.public final double getDuration()
Gets the duration of the activity.
Value: The value that represents duration of the activity.public final int getDocumentStatus()
Gets or sets the status of document.
Value: The document status.public final void setDocumentStatus(int value)
Gets or sets the status of document.
Value: The document status.public final int getFlags()
Gets or sets a flags that contains metadata about the Journal object.
Value: The journal flags.public final void setFlags(int value)
Gets or sets a flags that contains metadata about the Journal object.
Value: The journal flags.public final void save(String fileName)
Saves the specified file name.
fileName
- Name of the file.public final void save(OutputStream stream)
Saves the specified stream.
stream
- The stream.