SmtpSession.IsExternalConnection Property
When overridden in a derived class, the IsExternalConnection property gets or sets a value that indicates whether the connection is with a server outside the organization.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public MustOverride Property IsExternalConnection As Boolean
public abstract bool IsExternalConnection { get; }
public:
virtual property bool IsExternalConnection {
bool get () abstract;
}
/** @property */
public abstract boolean get_IsExternalConnection ()
public abstract function get IsExternalConnection () : boolean
Property Value
When overridden in a derived class, the IsExternalConnection property returns true if the connection is with a server outside the organization; otherwise, the property returns false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also