Class TenantInvitationDeliveryStatuses
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable status values reported by tenant invitation delivery providers or receivers.
public static class TenantInvitationDeliveryStatusesInheritance
Section titled “Inheritance”object ← TenantInvitationDeliveryStatuses
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Accepted
Section titled “ Accepted”The delivery provider accepted the message for processing.
public const string Accepted = "accepted"Field Value
Section titled “Field Value”Bounced
Section titled “ Bounced”The invitation bounced at the provider or receiver boundary.
public const string Bounced = "bounced"Field Value
Section titled “Field Value”Deferred
Section titled “ Deferred”The invitation delivery was deferred by the provider or receiver boundary.
public const string Deferred = "deferred"Field Value
Section titled “Field Value”Delivered
Section titled “ Delivered”The invitation was delivered to the provider-recognized recipient endpoint.
public const string Delivered = "delivered"Field Value
Section titled “Field Value”Failed
Section titled “ Failed”The invitation delivery failed.
public const string Failed = "failed"Field Value
Section titled “Field Value”Suppressed
Section titled “ Suppressed”The invitation delivery was suppressed by provider or policy rules.
public const string Suppressed = "suppressed"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The delivery provider reported a status that could not be classified.
public const string Unknown = "unknown"