AddressBookEntry Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
WindowsLiveId | The WindowsLiveId property gets a recipient's Windows Live Id. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
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. | |
GetType | (Inherited from Object.) | |
IsBlockedSender | The IsBlockedSender(RoutingAddress) method indicates whether a recipient is a blocked sender. | |
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. | |
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. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top