Documentation - v1.2.0-alpha.10
    Preparing search index...

    Interface representing the failure information of a meeting notification recipient.

    interface MeetingNotificationRecipientFailureInfo {
        errorCode: string;
        failureReason: string;
        recipientMri: string;
    }
    Index

    Properties

    errorCode: string

    The error code associated with the failure.

    failureReason: string

    The reason for the failure.

    recipientMri: string

    The recipient's MRI (Microsoft Resource Identifier).