Skip to content

MailboxProvider

Mailbox provider information - reserved for future use.

erDiagram
    CloudProvider ||--o{ MailboxProvider : "CloudProviderID"
    MailboxProviderType ||--o{ MailboxProvider : "MailboxProviderTypeID"
    MailboxProvider ||--o{ CloudMailboxUsage : "MailboxProviderID"

Fields

Field Type Description
CloudProviderID numeric Internal ID that references the CloudProvider entity (Foreign Key)
Created datetime Date/Time this entity was created in the database
CreatedGuid guid Guid of the scan that created this entity
ID numeric Internal ID for the MailboxProvider entity (Primary Key)
MailboxProviderTypeID numeric Internal ID that references the MailboxProviderType entity (Foreign Key)
Name string Name of the mailbox provider

References

Column Name Referenced Table Description
CloudProviderID CloudProvider Cloud provider information
MailboxProviderTypeID MailboxProviderType Type of mailbox provider

Referenced by

Table Column Name Description
CloudMailboxUsage MailboxProviderID Cloud mailbox usage information (currently not used)