All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.exchange.webservices.data.AffectedTaskOccurrence Maven / Gradle / Ivy

/**************************************************************************
 * copyright file="AffectedTaskOccurrence.java" company="Microsoft"
 *     Copyright (c) Microsoft Corporation.  All rights reserved.
 * 
 * Defines the AffectedTaskOccurrence.java.
 **************************************************************************/
package microsoft.exchange.webservices.data;

/**
 * Indicates which occurrence of a recurring task should be deleted.
 */
public enum AffectedTaskOccurrence {

	// All occurrences of the recurring task will be deleted.
	/** The All occurrences. */
	AllOccurrences,

	// Only the current occurrence of the recurring task will be deleted.
	/** The Specified occurrence only. */
	SpecifiedOccurrenceOnly
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy