com.aspose.email
Class MapiJournal

java.lang.Object
  extended by com.aspose.email.MapiJournal
All Implemented Interfaces:
IMapiMessageItem

public final class MapiJournal
extends Object
implements IMapiMessageItem

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

MapiJournal

public MapiJournal()

Initializes a new instance of the MapiJournal class.

Method Detail

getMessageClass

public String getMessageClass()

Gets message class.

Value: String that represents message class.

Specified by:
getMessageClass in interface IMapiMessageItem

getBody

public String getBody()

Gets message body.

Value: The message body.

Specified by:
getBody in interface IMapiMessageItem

getSubject

public String getSubject()

Gets message subject.

Value: The message subject.

Specified by:
getSubject in interface IMapiMessageItem

getBriefDescription

public String getBriefDescription()

Gets or sets the brief description of activity that is being recorded.

Value: The string that represents activity.


setBriefDescription

public void setBriefDescription(String value)

getDescription

public String getDescription()

Gets or sets the description of activity that is being recorded.

Value: The string that represents activity.


setDescription

public void setDescription(String value)

getStartTime

public Date getStartTime()

setStartTime

public void setStartTime(Date value)

getEndTime

public Date getEndTime()

setEndTime

public void setEndTime(Date value)

getDuration

public com.aspose.email.ms.System.TimeSpan getDuration()

Gets the duration of the activity.

Value: The value that represents duration of the activity.


getDocumentStatus

public int getDocumentStatus()

Gets or sets the status of document.

Value: The document status.


setDocumentStatus

public void setDocumentStatus(int value)

getFlags

public int getFlags()

Gets or sets a flags that contains metadata about the Journal object.

Value: The journal flags.


setFlags

public void setFlags(int value)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.