Click or drag to resize

ExchangeConfigSettingsMailboxes Property

Gets an Enumerable list of Exchange Libraries defined in config section.

Namespace:  Koden.Utils.Exchange.ConfigFileSections
Assembly:  Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntax
public IEnumerable<MailboxElement> Mailboxes { get; }

Property Value

Type: IEnumerableMailboxElement
The sp libraries.
See Also