com.moyosoft.connector.ms.outlook.recurrence
Class RecurrenceException

java.lang.Object
  |
  +--com.moyosoft.connector.ms.outlook.recurrence.RecurrenceException

public class RecurrenceException
extends java.lang.Object


Constructor Summary
RecurrenceException(com.moyosoft.connector.com.Dispatch dispatch)
           
 
Method Summary
 void dispose()
           
 OutlookAppointment getAppointmentItem()
           
 ItemPropertiesCollection getItemProperties()
           
 java.util.Date getOriginalDate()
           
 boolean isDeleted()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecurrenceException

public RecurrenceException(com.moyosoft.connector.com.Dispatch dispatch)
Method Detail

getAppointmentItem

public OutlookAppointment getAppointmentItem()

isDeleted

public boolean isDeleted()

getOriginalDate

public java.util.Date getOriginalDate()

getItemProperties

public ItemPropertiesCollection getItemProperties()

dispose

public void dispose()