Share via


MeetingNotificationResponse.RecipientsFailureInfo Property

Definition

Gets or sets the list of MeetingNotificationRecipientFailureInfo.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.MeetingNotificationRecipientFailureInfo> RecipientsFailureInfo { get; set; }
member this.RecipientsFailureInfo : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.MeetingNotificationRecipientFailureInfo> with get, set
Public Property RecipientsFailureInfo As IList(Of MeetingNotificationRecipientFailureInfo)

Property Value

The list of MeetingNotificationRecipientFailureInfo.

Applies to