 | 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
Syntaxpublic IEnumerable<MailboxElement> Mailboxes { get; }
Public ReadOnly Property Mailboxes As IEnumerable(Of MailboxElement)
Get
public:
property IEnumerable<MailboxElement^>^ Mailboxes {
IEnumerable<MailboxElement^>^ get ();
}
member Mailboxes : IEnumerable<MailboxElement> with get
Property Value
Type:
IEnumerableMailboxElement
The sp libraries.
See Also