Click or drag to resize

ExchangeConfigSettingsMailbox Method

Gets the configuration for a specific Mailbox by "name".

Namespace:  Koden.Utils.Exchange.ConfigFileSections
Assembly:  Koden.Utils.Exchange (in Koden.Utils.Exchange.dll) Version: 1.0.6453.26061
Syntax
public MailboxElement Mailbox(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: MailboxElement

[Missing <returns> documentation for "M:Koden.Utils.Exchange.ConfigFileSections.ExchangeConfigSettings.Mailbox(System.String)"]

See Also