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
CustomAttributes
Gets or sets the custom attributes.
public ExchangeCustomAttributes CustomAttributes { get; set; }
Property Value
DeliverToMailboxAndForward
Gets or sets to delivery message to both forwarding address and mailbox.
public BooleanOption DeliverToMailboxAndForward { get; set; }
Property Value
DisplayName
Gets or sets the display name.
public string DisplayName { get; set; }
Property Value
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
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
Identity
Gets or sets the identity of the mail settings for this public folder.
public string Identity { get; set; }
Property Value
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
stringThe XML representation of the object.
Returns
- ExchangePublicFolderMailSettings
A CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailSettings class.