MeetingNotificationResponse.RecipientsFailureInfo 属性

定义

获取或设置 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)

属性值

MeetingNotificationRecipientFailureInfo的列表。

适用于