com.aspose.email
Class MapiCalendarAttendees

java.lang.Object
  extended by com.aspose.email.MapiCalendarAttendees

public final class MapiCalendarAttendees
extends Object

Represents the mapi calendar attendees


Constructor Summary
MapiCalendarAttendees()
           Initializes a new instance of the MapiCalendarAttendees class
 
Method Summary
 MapiRecipientCollection getAppointmentRecipients()
           Gets or sets a list of attendees.
 boolean getNotAllowPropose()
           Gets or sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.
 boolean getResponseRequested()
           Gets or sets a value indicating whether a response is requested to a Message object.
 void setAppointmentRecipients(MapiRecipientCollection value)
           
 void setNotAllowPropose(boolean value)
           
 void setResponseRequested(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiCalendarAttendees

public MapiCalendarAttendees()

Initializes a new instance of the MapiCalendarAttendees class

Method Detail

getResponseRequested

public boolean getResponseRequested()

Gets or sets a value indicating whether a response is requested to a Message object.


setResponseRequested

public void setResponseRequested(boolean value)

getNotAllowPropose

public boolean getNotAllowPropose()

Gets or sets a value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.


setNotAllowPropose

public void setNotAllowPropose(boolean value)

getAppointmentRecipients

public MapiRecipientCollection getAppointmentRecipients()

Gets or sets a list of attendees.


setAppointmentRecipients

public void setAppointmentRecipients(MapiRecipientCollection value)


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.