MailboxServer.SubmissionServerOverrideList property

Gets or sets a static list of computers that are running the Hub Transport server role to notify when messages are ready for retrieval.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property SubmissionServerOverrideList As MultiValuedProperty(Of ADObjectId)
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As MultiValuedProperty(Of ADObjectId)

value = instance.SubmissionServerOverrideList

instance.SubmissionServerOverrideList = value
public MultiValuedProperty<ADObjectId> SubmissionServerOverrideList { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>
A list of Hub Transport servers.

Remarks

The SubmissionServerOverrideList property overrides the dynamically discovered list of Hub Transport servers in the same Active Directory site that is available to the Mailbox server.

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace