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

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

Go to download

The source came from http://archive.msdn.microsoft.com/ewsjavaapi Support for Maven has been added.

There is a newer version: 1.1.5.2
Show newest version
/**************************************************************************
 * copyright file="SendInvitationsMode.java" company="Microsoft"
 *     Copyright (c) Microsoft Corporation.  All rights reserved.
 * 
 * Defines the SendInvitationsMode.java.
 **************************************************************************/

package microsoft.exchange.webservices.data;

/**
 * Defines if/how meeting invitations are sent.
 */
public enum SendInvitationsMode {

	// No meeting invitation is sent.
	/** The Send to none. */
	SendToNone,

	// Meeting invitations are sent to all attendees.
	/** The Send only to all. */
	SendOnlyToAll,

	// Meeting invitations are sent to all attendees and a copy of the
	// invitation message is saved.
	/** The Send to all and save copy. */
	SendToAllAndSaveCopy

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy