ReceiveConnector Members
Include Protected Members
Include Inherited Members
Represents a Receive connector, a logical gateway through which inbound messages are received.
The ReceiveConnector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReceiveConnector() | Initializes a new instance of the ReceiveConnector class. | |
ReceiveConnector(String, ADObjectId) | Initializes a new instance of the ReceiveConnector class with the specified name in the specified Active Directory object. |
Top
Properties
Name | Description | |
---|---|---|
AdminDisplayName | (Inherited from ADConfigurationObject.) | |
AdvertiseClientSettings | Gets or sets a value that indicates whether server information should be returned to clients. | |
AuthMechanism | Gets or sets the advertised and accepted authentication mechanisms supported by the Receive connector. | |
Banner | Gets or sets the SMTP 220 banner. | |
BareLinefeedRejectionEnabled | ||
BinaryMimeEnabled | Gets or sets a value that indicates whether the Receive connector will accept binary message data. | |
Bindings | Get or sets the local IP address and TCP port numbers used by the Receive connector to listen for inbound messages. | |
ChunkingEnabled | Gets or sets a value that specifies whether the Receive connector will accept large messages to be sent to the Receive connector in multiple chunks. | |
Comment | Gets or sets a comment on the Receive connector. | |
ConnectionInactivityTimeout | Gets or sets the maximum amount of idle time before a connection to a Receive container is closed. | |
ConnectionTimeout | Gets or sets the maximum time that a connection to the Receive connector can remain open, even if the connection is active. | |
DefaultDomain | Gets or sets the default domain name to append to MAIL FROM or RCPT TO in the message envelope by a sending server if no domain name is provided. | |
DeliveryStatusNotificationEnabled | Gets or sets a value that indicates whether the Receive connector provides delivery status notification. | |
DistinguishedName | Gets the distinguished name for the object. (Inherited from ADObject.) | |
DomainSecureEnabled | Gets or sets a value that indicates whether the Receive connector should use mutual Transport Layer Security (TLS) authentication for the domains serviced by the connector. | |
EightBitMimeEnabled | ||
EnableAuthGSSAPI | ||
Enabled | ||
EnhancedStatusCodesEnabled | ||
ExchangeVersion | Gets the version of Microsoft Exchange that this object is associated with. (Inherited from ADObject.) | |
ExtendedProtectionPolicy | ||
Fqdn | ||
Guid | Gets the unique identifier for this object. (Inherited from ADObject.) | |
Identity | (Inherited from ADObject.) | |
IsValid | Gets a value that indicates whether the object is configured correctly. (Inherited from ConfigurableObject.) | |
LiveCredentialEnabled | ||
LongAddressesEnabled | ||
MaxAcknowledgementDelay | ||
MaxHeaderSize | ||
MaxHopCount | ||
MaxInboundConnection | ||
MaxInboundConnectionPercentagePerSource | ||
MaxInboundConnectionPerSource | ||
MaxLocalHopCount | ||
MaxLogonFailures | ||
MaxMessageSize | ||
MaxProtocolErrors | ||
MaxRecipientsPerMessage | ||
MessageRateLimit | ||
MessageRateSource | ||
Name | Gets or sets the name associated with this object. (Inherited from ADObject.) | |
ObjectCategory | (Inherited from ADObject.) | |
ObjectClass | (Inherited from ADObject.) | |
OrarEnabled | ||
OrganizationId | (Inherited from ADObject.) | |
OriginatingServer | (Inherited from ADRawEntry.) | |
PermissionGroups | ||
PipeliningEnabled | ||
ProtocolLoggingLevel | ||
RemoteIPRanges | ||
RequireEHLODomain | ||
RequireTLS | ||
Server | ||
SizeEnabled | ||
SuppressXAnonymousTls | ||
TarpitInterval | ||
TlsDomainCapabilities | ||
WhenChanged | (Inherited from ADObject.) | |
WhenChangedUTC | (Inherited from ADObject.) | |
WhenCreated | (Inherited from ADObject.) | |
WhenCreatedUTC | (Inherited from ADObject.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | (Inherited from ConfigurableObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetProperties | (Inherited from ConfigurableObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetObjectClass | (Inherited from ADObject.) | |
ToString | (Inherited from ADObject.) | |
Validate | (Inherited from ConfigurableObject.) | |
ValidateRead | (Inherited from ADObject.) | |
ValidateWrite | Validates properties when writing. (Overrides ADConfigurationObject.ValidateWrite(List<ValidationError>).) |
Top
Fields
Name | Description | |
---|---|---|
MostDerivedClass | The most derived object class for a Receive connector. The default value is "msExchSmtpReceiveConnector". | |
UnsupportedEdgePermissionGroups | The permission groups that are not supported by Receive connectors on computers with the Edge Transport server role. The default value is ExchangeLegacyServers. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IConfigurable.CopyChangesFrom | (Inherited from ConfigurableObject.) | |
IConfigurable.ObjectState | (Inherited from ConfigurableObject.) | |
IConfigurable.ResetChangeTracking | (Inherited from ConfigurableObject.) |
Top