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

com.microsoft.graph.models.generated.MessageActionFlag Maven / Gradle / Ivy

// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All Rights Reserved.  Licensed under the MIT License.  See License in the project root for license information.
// ------------------------------------------------------------------------------

package com.microsoft.graph.models.generated;


/**
 * The Enum Message Action Flag.
*/
public enum MessageActionFlag
{
    /**
    * any
    */
    ANY,
    /**
    * call
    */
    CALL,
    /**
    * do Not Forward
    */
    DO_NOT_FORWARD,
    /**
    * follow Up
    */
    FOLLOW_UP,
    /**
    * fyi
    */
    FYI,
    /**
    * forward
    */
    FORWARD,
    /**
    * no Response Necessary
    */
    NO_RESPONSE_NECESSARY,
    /**
    * read
    */
    READ,
    /**
    * reply
    */
    REPLY,
    /**
    * reply To All
    */
    REPLY_TO_ALL,
    /**
    * review
    */
    REVIEW,
    /**
    * For MessageActionFlag values that were not expected from the service
    */
    UNEXPECTED_VALUE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy