public final class MapiJournal extends MapiMessageItemBase
Represents the Outlook Journal object.
attachments, namedPropertyMappingStorage, propertyStream, recipients, subStorages
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, getMessageClass, getMileage, getNamedProperties, getNamedPropertyMapping, getPropertyStream, getRecipients, getSensitivity, getSubject, getSubjectPrefix, getSubStorages, initNamedPropertyMappingStorage, removeProperty, setBilling, setBody, setBodyContent, setBodyRtf, setCategories, setCompanies, setMessageClass, setMessageFlags, setMileage, setNamedPropertyMapping, setProperty, setRecipients, setSensitivity, setsIMapiMessageItemMembers, setSubject, updateStorage, updateStorage
createMapiNode, getCodePage, getMyProperties, getProperties, getPropertyBoolean, getPropertyBytes, getPropertyDateTime, getPropertyInt32, getPropertyLong, getPropertyShort, getPropertyString, getPropertyString, isStoreUnicodeOk, setProperty, setProperty, setProperty, setProperty, setProperty, setPropertySet, tryGetPropertyData, tryGetPropertyDateTime, tryGetPropertyInt32, tryGetPropertyLong, tryGetPropertyString, tryGetPropertyString, tryGetPropertyString, tryGetPropertyString
public MapiJournal()
Initializes a new instance of the MapiJournal
class.
public String getBriefDescription()
Gets or sets the brief description of activity that is being recorded.
Value: The string that represents activity.String
object.public void setBriefDescription(String value)
Gets or sets the brief description of activity that is being recorded.
Value: The string that represents activity.value
- a String
object.public String getDescription()
Gets or sets the description of activity that is being recorded.
Value: The string that represents activity.String
object.public void setDescription(String value)
Gets or sets the description of activity that is being recorded.
Value: The string that represents activity.value
- a String
object.public Date getStartTime()
Gets or sets the time at which the activity began.
Date
object.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 void setStartTime(Date value)
Gets or sets the time at which the activity began.
value
- a Date
object.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 Date getEndTime()
Gets or sets the time at which the activity ended.
Date
object.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 void setEndTime(Date value)
Gets or sets the time at which the activity ended.
value
- a Date
object.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 double 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)
Gets or sets the status of document.
Value: The document status.value
- a int.public int getFlags()
Gets or sets a flags that contains metadata about the Journal object.
Value: The journal flags.public void setFlags(int value)
Gets or sets a flags that contains metadata about the Journal object.
Value: The journal flags.value
- a int.public void save(String fileName)
Saves the specified file name.
fileName
- Name of the file.public void save(OutputStream stream)
Saves the specified stream.
stream
- The stream.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.