AddressBookEntry members

The AddressBookEntry class is the base class for derived classes that represent a recipient.

The AddressBookEntry type exposes the following members.

Properties

  Name Description
Public property AntispamBypass When overridden in a derived class, the AntispamBypass property gets a value that indicates whether the recipient should be bypassed from anti-spam processing.
Public property MasterAccountSid When overridden in a derived class, the MasterAccountSid property gets an instance of the SecurityIdentifier class that represents the Security Identifier (SID) of the master account for the recipient if the user account is disabled.
Public property PrimaryAddress When overridden in a derived class, the PrimaryAddress property gets an instance of the RoutingAddress class that represents the primary address for the recipient.
Public property RecipientType When overridden in a derived class, the RecipientType property gets one of the valid RecipientType enumeration values that indicates the type for the recipient.
Public property RequiresAuthentication When overridden in a derived class, the RequiresAuthentication property gets a value that indicates whether the recipient can only receive messages from authenticated senders.
Public property UserAccountSid When overridden in a derived class, the UserAccountSid property gets an instance of the SecurityIdentifier class that represents the Security Identifier (SID) of the user account for the recipient.
Public property WindowsLiveId The WindowsLiveId property gets a recipient's Windows Live Id.

Top

Methods

  Name Description
Public method GetSpamConfidenceLevelThreshold When overridden in a derived class, the GetSpamConfidenceLevelThreshold method returns the Spam Confidence Level (SCL) threshold for the recipient for the action that is specified by the action parameter.
Public method IsBlockedSender The IsBlockedSender(RoutingAddress) method indicates whether a recipient is a blocked sender.
Public method IsSafeRecipient When overridden in a derived class, the IsSafeRecipient method gets a value that indicates whether messages from the recipient that is represented by this instance of the AddressBookEntry class to the recipient that is specified by the recipientAddress parameter should bypass anti-spam tests.
Public method IsSafeSender When overridden in a derived class, the IsSafeSender method returns a value that indicates whether a message to the recipient that is specified by the senderAddress parameter to the recipient that is represented by this instance of the AddressBookEntry class should bypass anti-spam tests.

Top

See also

Reference

AddressBookEntry class

Microsoft.Exchange.Data.Transport namespace