Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Class OutlookJournal

java.lang.Object
  └ com.moyosoft.connector.ms.outlook.item.OutlookItemcom.moyosoft.connector.ms.outlook.journal.OutlookJournal

Implemented Interfaces:

public class OutlookJournal extends OutlookItem implements IAttachmentsContainer

Constructors

public
OutlookJournal (OutlookFolder folder)
Creates a new journal item in the specified folder
public
OutlookJournal (Outlook outlookApplication)
Creates a new journal item in the default journal folder
public
OutlookJournal (com.moyosoft.connector.com.Dispatch dispatch)

Methods

void
close (InspectorClose saveMode)
createAttachment (java.io.File pAttachmentFile, AttachmentType pType)
forward ()
getAttachments ()
int
getAttachmentsCount ()
String
getBillingInformation ()
String
getBody ()
String
getCategories ()
String
getCompanies ()
getConflicts ()
String
getContactNames ()
String
getConversationIndex ()
String
getConversationTopic ()
getDownloadState ()
int
getDuration ()
java.util.Date
getEnd ()
getFormDescription ()
getImportance ()
getInspector ()
getItemProperties ()
String
getJournalType ()
getMarkForDownload ()
String
getMessageClass ()
String
getMileage ()
getRecipients ()
getSensitivity ()
int
getSize ()
java.util.Date
getStart ()
String
getSubject ()
getType ()
getUserProperties ()
boolean
isAutoResolvedWinner ()
The 'AutoResolvedWinner' property is only supported by Outlook 2003 or higher. With other versions this method will throw a ComponentObjectModelException.
boolean
isConflict ()
boolean
isDocPosted ()
boolean
isDocPrinted ()
boolean
isDocRouted ()
boolean
isDocSaved ()
boolean
isNoAging ()
boolean
isSaved ()
boolean
isUnRead ()
reply ()
replyAll ()
void
setBillingInformation (String value)
void
setBody (String value)
void
setCategories (String value)
void
setCompanies (String value)
void
setContactNames (String value)
void
setDocPosted (boolean value)
void
setDocPrinted (boolean value)
void
setDocRouted (boolean value)
void
setDocSaved (boolean value)
void
setDuration (int value)
void
setEnd (java.util.Date value)
void
setImportance (ImportanceType value)
void
setJournalType (String value)
void
setMarkForDownload (RemoteStatus value)
void
setMessageClass (String value)
void
setMileage (String value)
void
setNoAging (boolean value)
void
setSensitivity (SensitivityType value)
void
setStart (java.util.Date value)
void
setSubject (String value)
void
setUnRead (boolean value)
void
showCategoriesDialog ()
void
startTimer ()
void
stopTimer ()

Inherited methods

Community comments



Powered by JavaDocPlus