Skip to content

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 TenantInvitationDeliveryStatuses

objectTenantInvitationDeliveryStatuses

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The delivery provider accepted the message for processing.

public const string Accepted = "accepted"

string

The invitation bounced at the provider or receiver boundary.

public const string Bounced = "bounced"

string

The invitation delivery was deferred by the provider or receiver boundary.

public const string Deferred = "deferred"

string

The invitation was delivered to the provider-recognized recipient endpoint.

public const string Delivered = "delivered"

string

The invitation delivery failed.

public const string Failed = "failed"

string

The invitation delivery was suppressed by provider or policy rules.

public const string Suppressed = "suppressed"

string

The delivery provider reported a status that could not be classified.

public const string Unknown = "unknown"

string