MeetingNotificationRecipientFailureInfo interface
Interface representing the failure information of a meeting notification recipient.
Properties
| error |
The error code associated with the failure. |
| failure |
The reason for the failure. |
| recipient |
The recipient's MRI (Microsoft Resource Identifier). |
Property Details
errorCode
The error code associated with the failure.
errorCode: string
Property Value
string
failureReason
The reason for the failure.
failureReason: string
Property Value
string
recipientMri
The recipient's MRI (Microsoft Resource Identifier).
recipientMri: string
Property Value
string