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

Class OutlookTask

java.lang.Object
  └ com.moyosoft.connector.ms.outlook.item.OutlookItemcom.moyosoft.connector.ms.outlook.task.OutlookTask

Implemented Interfaces:

public class OutlookTask extends OutlookItem implements IAttachmentsContainer

Constructors

public
OutlookTask (OutlookFolder folder)
Creates a new task in the specified folder
public
OutlookTask (Outlook outlookApplication)
Creates a new task in the default tasks folder
public
OutlookTask (com.moyosoft.connector.com.Dispatch dispatch)

Methods

assign ()
void
cancelResponseState ()
void
clearRecurrencePattern ()
void
close (InspectorClose saveMode)
createAttachment (java.io.File pAttachmentFile, AttachmentType pType)
int
getActualWork ()
getAttachments ()
int
getAttachmentsCount ()
String
getBillingInformation ()
String
getBody ()
String
getCardData ()
String
getCategories ()
String
getCompanies ()
getConflicts ()
String
getContactNames ()
String
getContacts ()
String
getConversationIndex ()
String
getConversationTopic ()
java.util.Date
getDateCompleted ()
getDelegationState ()
The 'DelegationState' property is only supported by Outlook 2002 or higher. With other versions this method will throw a ComponentObjectModelException.
String
getDelegator ()
getDownloadState ()
java.util.Date
getDueDate ()
getFormDescription ()
getImportance ()
getInspector ()
int
getInternetCodepage ()
The 'InternetCodepage' property is only supported by Outlook 2002 or higher. With other versions this method will throw a ComponentObjectModelException.
getItemProperties ()
getMarkForDownload ()
String
getMessageClass ()
String
getMileage ()
int
getOrdinal ()
String
getOwner ()
getOwnership ()
int
getPercentComplete ()
getRecipients ()
getRecurrencePattern ()
String
getReminderSoundFile ()
java.util.Date
getReminderTime ()
getResponseState ()
String
getRole ()
String
getSchedulePlusPriority ()
getSendUsingAccount ()
Returns the account used when sending this message. The accounts are only supported by Outlook 2007 or later; with other versions this method will throw an ComponentObjectModelException. This method is only available in the Professional edition of Java Outlook Connector.
getSensitivity ()
int
getSize ()
java.util.Date
getStartDate ()
getStatus ()
String
getStatusOnCompletionRecipients ()
String
getStatusUpdateRecipients ()
String
getSubject ()
int
getTotalWork ()
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
isComplete ()
boolean
isConflict ()
boolean
isNoAging ()
boolean
isRecurring ()
boolean
isReminderOverrideDefault ()
boolean
isReminderPlaySound ()
boolean
isReminderSet ()
boolean
isSaved ()
boolean
isTeamTask ()
boolean
isUnRead ()
void
markComplete ()
respond (TaskResponseType response, boolean dontDisplayResponseDialog, boolean promptUser)
void
send ()
void
setActualWork (int value)
void
setBillingInformation (String value)
void
setBody (String value)
void
setCardData (String value)
void
setCategories (String value)
void
setCompanies (String value)
void
setComplete (boolean value)
void
setContactNames (String value)
void
setContacts (String value)
void
setDateCompleted (java.util.Date value)
void
setDueDate (java.util.Date value)
void
setImportance (ImportanceType value)
void
setInternetCodepage (int value)
The 'InternetCodepage' property is only supported by Outlook 2002 or higher. With other versions this method will throw a ComponentObjectModelException.
void
setMarkForDownload (RemoteStatus value)
void
setMessageClass (String value)
void
setMileage (String value)
void
setNoAging (boolean value)
void
setOrdinal (int value)
void
setOwner (String value)
void
setPercentComplete (int value)
void
setReminderOverrideDefault (boolean value)
void
setReminderPlaySound (boolean value)
void
setReminderSet (boolean value)
void
setReminderSoundFile (String value)
void
setReminderTime (java.util.Date value)
void
setRole (String value)
void
setSchedulePlusPriority (String value)
void
setSendUsingAccount (Account account)
Define the account to be used when sending this message. The accounts are only supported by Outlook 2007 or later; with other versions this method will throw an ComponentObjectModelException. This method is only available in the Professional edition of Java Outlook Connector.
void
setSensitivity (SensitivityType value)
void
setStartDate (java.util.Date value)
void
setStatus (TaskStatus value)
void
setStatusOnCompletionRecipients (String value)
void
setStatusUpdateRecipients (String value)
void
setSubject (String value)
void
setTeamTask (boolean value)
void
setTotalWork (int value)
void
setUnRead (boolean value)
void
showCategoriesDialog ()
boolean
skipRecurrence ()

Inherited methods

Community comments



Powered by JavaDocPlus