com.aspose.email
Class AppointmentMethodType

java.lang.Object
  extended by com.aspose.email.ms.java.Enum
      extended by com.aspose.email.AppointmentMethodType

public final class AppointmentMethodType
extends com.aspose.email.ms.java.Enum

Defines the iCalendar object method type associated with the calendar object.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum
 
Field Summary
static int Add
           Add one or more instances to an existing event.
static int Cancel
           Cancel one or more instances of an existing event.
static int Counter
           Counter a REQUEST with an alternative proposal, Sent by an "Attendee" to the "Organizer".
static int DeclineCounter
           Decline a counter proposal.
static int None
           Method is not defined.
static int Publish
           Post notification of an event.
static int Refresh
           A request is sent to an "Organizer" by an "Attendee" asking for the latest version of an event to be resent to the requester.
static int Reply
           Reply to an event request.
static int Request
           Make a request for an event.
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.email.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None

Method is not defined.

See Also:
Constant Field Values

Publish

public static final int Publish

Post notification of an event. Used primarily as a method of advertising the existence of an event.

See Also:
Constant Field Values

Request

public static final int Request

Make a request for an event. This is an explicit invitation to one or more "Attendees".

See Also:
Constant Field Values

Reply

public static final int Reply

Reply to an event request.

See Also:
Constant Field Values

Add

public static final int Add

Add one or more instances to an existing event.

See Also:
Constant Field Values

Cancel

public static final int Cancel

Cancel one or more instances of an existing event.

See Also:
Constant Field Values

Refresh

public static final int Refresh

A request is sent to an "Organizer" by an "Attendee" asking for the latest version of an event to be resent to the requester.

See Also:
Constant Field Values

Counter

public static final int Counter

Counter a REQUEST with an alternative proposal, Sent by an "Attendee" to the "Organizer".

See Also:
Constant Field Values

DeclineCounter

public static final int DeclineCounter

Decline a counter proposal. Sent to an "Attendee" by the "Organizer".

See Also:
Constant Field Values


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.