com.moyosoft.exchange.calendar
Interface ExchangeMeetingMessage

All Superinterfaces:
ExchangeItem, ExchangeMail
All Known Subinterfaces:
ExchangeMeetingRequest

public interface ExchangeMeetingMessage
extends ExchangeMail

Represents a received meeting request or response message.


Method Summary
 ExchangeCalendarItem getAssociatedCalendarItem()
           
 java.lang.String getAssociatedCalendarItemId()
           
 java.util.Date getDateTimeStamp()
           
 java.util.Date getRecurrenceId()
           
 ResponseType getResponseType()
           
 java.lang.String getUid()
           
 boolean hasBeenProcessed()
           
 boolean isCancellation()
           
 boolean isDelegated()
           
 boolean isOutOfDate()
           
 
Methods inherited from interface com.moyosoft.exchange.mail.ExchangeMail
addBccRecipient, addCcRecipient, addReplyTo, addToRecipient, forward, getBccRecipientsMailboxes, getCcRecipientsMailboxes, getConversationIndex, getConversationTopic, getFromEmailAddress, getFromMailbox, getFromName, getInternetMessageId, getReceivedByMailbox, getReceivedRepresentingMailbox, getReferences, getReplyToMailboxes, getSenderEmailAddress, getSenderMailbox, getSenderName, getToRecipientsMailboxes, isDeliveryReceiptRequested, isRead, isReadReceiptRequested, isResponseRequested, reply, replyAll, send, setBccRecipient, setBccRecipients, setCcRecipient, setCcRecipients, setConversationTopic, setFrom, setInternetMessageId, setIsDeliveryReceiptRequested, setIsRead, setIsReadReceiptRequested, setIsResponseRequested, setReferences, setReplyTo, setReplyTo, setToRecipient, setToRecipients
 
Methods inherited from interface com.moyosoft.exchange.item.ExchangeItem
copyTo, copyTo, delete, getAttachments, getBody, getBodyAsText, getBodyType, getCategories, getCulture, getDateTimeCreated, getDateTimeReceived, getDateTimeSent, getDisplayCc, getDisplayTo, getExtendedProperties, getImportance, getInReplyTo, getInternetMessageHeaders, getItemClass, getItemId, getItemIdChangeKey, getItemType, getLastModifiedName, getLastModifiedTime, getMimeContent, getMimeContentBytes, getMimeContentCharacterSet, getMimeContentReader, getMimeContentStream, getParentFolder, getParentFolderId, getParentFolderIdChangeKey, getReminderDueBy, getReminderMinutesBeforeStart, getResponsesTypes, getSensitivity, getSize, getSubject, hasVisibleAttachments, isDraft, isFromMe, isReminderSet, isResend, isStored, isSubmitted, moveTo, moveTo, save, save, saveTo, setBody, setBody, setCategories, setCulture, setImportance, setMimeContent, setMimeContent, setMimeContent, setReminder, setSensitivity, setSubject
 

Method Detail

getAssociatedCalendarItem

ExchangeCalendarItem getAssociatedCalendarItem()
                                               throws ExchangeServiceException
Throws:
ExchangeServiceException

getAssociatedCalendarItemId

java.lang.String getAssociatedCalendarItemId()
                                             throws ExchangeServiceException
Throws:
ExchangeServiceException

isDelegated

boolean isDelegated()
                    throws ExchangeServiceException
Throws:
ExchangeServiceException

isOutOfDate

boolean isOutOfDate()
                    throws ExchangeServiceException
Throws:
ExchangeServiceException

hasBeenProcessed

boolean hasBeenProcessed()
                         throws ExchangeServiceException
Throws:
ExchangeServiceException

isCancellation

boolean isCancellation()
                       throws ExchangeServiceException
Throws:
ExchangeServiceException

getResponseType

ResponseType getResponseType()
                             throws ExchangeServiceException
Throws:
ExchangeServiceException

getUid

java.lang.String getUid()
                        throws ExchangeServiceException
Throws:
ExchangeServiceException

getRecurrenceId

java.util.Date getRecurrenceId()
                               throws ExchangeServiceException
Throws:
ExchangeServiceException

getDateTimeStamp

java.util.Date getDateTimeStamp()
                                throws ExchangeServiceException
Throws:
ExchangeServiceException