HybridConfiguration.OnPremisesSmartHost property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property OnPremisesSmartHost As SmtpDomain
Get
Set
'Usage
Dim instance As HybridConfiguration
Dim value As SmtpDomain
value = instance.OnPremisesSmartHost
instance.OnPremisesSmartHost = value
public SmtpDomain OnPremisesSmartHost { get; set; }
Property value
Type: Microsoft.Exchange.Data.SmtpDomain
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace