Class CalendarDeletionOptions

CalendarDeletionOptions class

Defines parameters for item deletion

public class CalendarDeletionOptions : DeletionOptions

Constructors

NameDescription
CalendarDeletionOptions()Initializes a new instance of the CalendarDeletionOptions class.
CalendarDeletionOptions(DeletionType)Initializes a new instance of the CalendarDeletionOptions class.
CalendarDeletionOptions(DeletionType, CalendarItemCreateOrDeleteOperation)Initializes a new instance of the CalendarDeletionOptions class.

Properties

NameDescription
static Default { get; }Gets instance of the DeletionOptions object with settings uses by default
static DeletePermanently { get; }Gets instance of the DeletionOptions object with settings for permanent deletion
static MoveToDeletedItems { get; }Gets instance of the DeletionOptions object with settings for moving to deleted items
NotyficationType { get; set; }Gets or sets value which indicates how members of event has to be notified
Type { get; set; }Type of deletion

See Also