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

Class OutlookMeeting

java.lang.Object
  └ com.moyosoft.connector.ms.outlook.item.OutlookItemcom.moyosoft.connector.ms.outlook.meeting.OutlookMeeting

Implemented Interfaces:

public class OutlookMeeting extends OutlookItem implements IAttachmentsContainer

Represents a meeting request/response sent by e-mail. An OutlookMeeting is usually received in the Inbox folder when an OutlookAppointment object is sent from another user.

The OutlookMeeting object can't be directly created. It's automatically created by Outlook when an appointment is sent out or a meeting request e-mail is received.

To access the appointment object used to create the meeting request/response, use the method getAssociatedAppointment.

See Also:

Constructors

public
OutlookMeeting (com.moyosoft.connector.com.Dispatch dispatch)

Methods

void
close (InspectorClose saveMode)
createAttachment (java.io.File pAttachmentFile, AttachmentType pType)
forward ()
getAssociatedAppointment (boolean addToCalendar)
getAttachments ()
int
getAttachmentsCount ()
String
getBillingInformation ()
String
getBody ()
String
getCategories ()
String
getCompanies ()
getConflicts ()
String
getConversationIndex ()
String
getConversationTopic ()
java.util.Date
getDeferredDeliveryTime ()
getDownloadState ()
java.util.Date
getExpiryTime ()
java.util.Date
getFlagDueBy ()
getFlagIcon ()
String
getFlagRequest ()
getFlagStatus ()
getFormDescription ()
String
getFrom ()
Returns the address of this e-mail's originator. Returns the same value as the method getSenderAddress.
String
getGlobalAppointmentId ()
getImportance ()
getInspector ()
getItemProperties ()
getMarkForDownload ()
String
getMeetingWorkspaceURL ()
The 'MeetingWorkspaceURL' property is only supported by Outlook 2003 or higher. With other versions this method will throw a ComponentObjectModelException.
String
getMessageClass ()
String
getMileage ()
java.util.Date
getReceivedTime ()
getRecipients ()
java.util.Date
getReminderTime ()
getReplyRecipients ()
getSaveSentMessageFolder ()
getSender ()
Returns the originator of this message as an AddressEntry object.
String
getSenderAddress ()
Returns the address of this e-mail's originator. With the Professional edition of Java Outlook Connector, this method also translate an Exchange type address (type "EX") to an SMTP e-mail address and returns the SMTP address (Outlook 2002 or later).
String
getSenderEmailAddress ()
Deprecated - Use the method getSenderAddress instead The 'SenderEmailAddress' property is only supported by Outlook 2003 or higher. With other versions this method will throw a ComponentObjectModelException. This method has been replaced with the method getSenderAddress.
String
getSenderEmailType ()
The 'SenderEmailType' property is only supported by Outlook 2003 or higher. With other versions this method will throw a ComponentObjectModelException.
String
getSenderName ()
getSensitivity ()
java.util.Date
getSentOn ()
int
getSize ()
String
getSubject ()
getType ()
getUserProperties ()
boolean
isAutoForwarded ()
boolean
isAutoResolvedWinner ()
The 'AutoResolvedWinner' property is only supported by Outlook 2003 or higher. With other versions this method will throw a ComponentObjectModelException.
boolean
isConflict ()
The 'IsConflict' property is only supported by Outlook 2002 or higher. With other versions this method will throw a ComponentObjectModelException.
boolean
isDeleteAfterSubmit ()
boolean
isNoAging ()
boolean
isOriginatorDeliveryReportRequested ()
boolean
isReminderSet ()
boolean
isSaved ()
boolean
isSent ()
boolean
isSubmitted ()
boolean
isUnRead ()
reply ()
replyAll ()
void
send ()
void
setAutoForwarded (boolean value)
void
setBillingInformation (String value)
void
setBody (String value)
void
setCategories (String value)
void
setCompanies (String value)
void
setDeferredDeliveryTime (java.util.Date value)
void
setDeleteAfterSubmit (boolean value)
void
setExpiryTime (java.util.Date value)
void
setFlagDueBy (java.util.Date value)
void
setFlagIcon (FlagIcon value)
void
setFlagRequest (String value)
void
setFlagStatus (FlagStatus value)
void
setImportance (ImportanceType value)
void
setMarkForDownload (RemoteStatus value)
void
setMessageClass (String value)
void
setMileage (String value)
void
setNoAging (boolean value)
void
setOriginatorDeliveryReportRequested (boolean value)
void
setReceivedTime (java.util.Date value)
void
setReminderSet (boolean value)
void
setReminderTime (java.util.Date value)
void
setSensitivity (SensitivityType value)
void
setSubject (String value)
void
setUnRead (boolean value)
void
showCategoriesDialog ()

Inherited methods

Community comments



Powered by JavaDocPlus