Table of Contents

Class ExchangePublicFolderMailSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the mail settings of an email enabled public folder configured in a Microsoft Exchange organization.

public class ExchangePublicFolderMailSettings : BypassSection
Inheritance
ExchangePublicFolderMailSettings
Inherited Members

Constructors

ExchangePublicFolderMailSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailSettings class.

public ExchangePublicFolderMailSettings()

Properties

Alias

Gets or sets the mail alias of the public folder.

public string Alias { get; set; }

Property Value

string

CustomAttributes

Gets or sets the custom attributes.

public ExchangeCustomAttributes CustomAttributes { get; set; }

Property Value

ExchangeCustomAttributes

DeliverToMailboxAndForward

Gets or sets to delivery message to both forwarding address and mailbox.

public BooleanOption DeliverToMailboxAndForward { get; set; }

Property Value

BooleanOption

DisplayName

Gets or sets the display name.

public string DisplayName { get; set; }

Property Value

string

EmailAddresses

Gets or sets the email addresses assigned to the public folder.

public SerializableStringCollection EmailAddresses { get; set; }

Property Value

SerializableStringCollection

ForwardingAddress

Gets or sets the forwarding address.

public string ForwardingAddress { get; set; }

Property Value

string

Groups

Gets or sets the groups to which this public folder is a member.

public SerializableStringCollection Groups { get; set; }

Property Value

SerializableStringCollection

HiddenFromAddressListsEnabled

Gets or sets whether the public folder is hidden from the Exchange address list.

public BooleanOption HiddenFromAddressListsEnabled { get; set; }

Property Value

BooleanOption

Identity

Gets or sets the identity of the mail settings for this public folder.

public string Identity { get; set; }

Property Value

string

SendAsAccounts

Gets or sets the accounts that have permission to send as this public folder.

public SerializableStringCollection SendAsAccounts { get; set; }

Property Value

SerializableStringCollection

SendOnBehalfAccounts

Gets or sets the accounts that the public folder can send on behalf of.

public SerializableStringCollection SendOnBehalfAccounts { get; set; }

Property Value

SerializableStringCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailSettings class from the specified XML.

public static ExchangePublicFolderMailSettings FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ExchangePublicFolderMailSettings

A CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailSettings class.