The ININ.IceLib.Configuration.Mailbox namespace contains classes that provide support to the classes in the ININ.IceLib.Configuration namespace. Examples of the supporting classes are enumerations, event argument classes, and delegates used by events within classes.
Classes
Class | Description | |
---|---|---|
GenericProviderMailboxSettings |
Provides settings describing a mailbox based on a generic provider, such as Exchange, GroupWise, and Notes. (Corresponds to GenericProvider.)
| |
ImapSmtpMailboxSettings |
Provides settings describing a mailbox based on IMAP and/or SMTP. (Corresponds to ImapSmtp.)
| |
InteractionMessageStoreMailboxSettings |
Provides settings describing a mailbox based on Interaction Message Store. (Corresponds to InteractionMessageStore.)
| |
MailboxProperties |
Contains mailbox settings for a UserConfiguration.
| |
MailboxRetrievedValues |
Contains retrieved mailbox settings for a UserConfiguration from a call to RetrievePropertiesForMailboxSettings(MailboxSettings), or
for a WorkgroupConfiguration from a call to RetrievePropertiesForMailboxSettings(MailboxSettings).
| |
MailboxSettings |
Provides common implementation for mailbox settings classes.
| |
NoMailboxSettings |
Provides settings describing having no mailbox configured. (Corresponds to None.)
| |
RetrievePropertiesForMailboxSettingsCompletedEventArgs |
Provides data for asynchronous completed events of RetrievePropertiesForMailboxSettingsAsync(MailboxSettings, EventHandler<(Of <<'(RetrievePropertiesForMailboxSettingsCompletedEventArgs>)>>), Object).
| |
WorkgroupMailboxProperties |
Contains mailbox settings for a WorkgroupConfiguration.
|
Enumerations
Enumeration | Description | |
---|---|---|
MailboxType |
Represents the mailbox type for a UserConfiguration
or a WorkgroupConfiguration.
|
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 6 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 6 and beyond.