AddressBookEntry.RequiresAuthentication Property
When overridden in a derived class, the RequiresAuthentication property gets a value that indicates whether the recipient can only receive messages from authenticated senders.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property RequiresAuthentication As Boolean
public abstract bool RequiresAuthentication { get; }
public:
virtual property bool RequiresAuthentication {
bool get () abstract;
}
/** @property */
public abstract boolean get_RequiresAuthentication ()
public abstract function get RequiresAuthentication () : boolean
Property Value
When overridden in a derived class, the RequiresAuthentication property returns true if the recipient can only receive messages from authenticated senders; 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