DeliveryMode Class

Definition

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.Api.DeliveryMode>))]
public class DeliveryMode : Microsoft.Teams.Common.StringEnum
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.Api.DeliveryMode>))>]
type DeliveryMode = class
    inherit StringEnum
Public Class DeliveryMode
Inherits StringEnum
Inheritance
DeliveryMode
Attributes

Constructors

Name Description
DeliveryMode(String)

Fields

Name Description
Ephemeral
ExpectReplies
Normal
Notification

Properties

Name Description
IsEphemeral
IsExpectReplies
IsNormal
IsNotification
Value (Inherited from StringEnum)

Methods

Name Description
Clone() (Inherited from StringEnum)
CompareTo(Object) (Inherited from StringEnum)
CompareTo(String) (Inherited from StringEnum)
Equals(Object) (Inherited from StringEnum)
Equals(String) (Inherited from StringEnum)
Equals(StringEnum) (Inherited from StringEnum)
GetHashCode() (Inherited from StringEnum)
ToString() (Inherited from StringEnum)

Applies to