AddressBookEntry Members

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

The following tables list the members exposed by the AddressBookEntry type.

Public Properties

  Name Description
Aa581482.pubproperty(en-us,EXCHG.80).gif 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.
Aa581482.pubproperty(en-us,EXCHG.80).gif 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.
Aa581482.pubproperty(en-us,EXCHG.80).gif 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.
Aa581482.pubproperty(en-us,EXCHG.80).gif 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.
Aa581482.pubproperty(en-us,EXCHG.80).gif 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.
Aa581482.pubproperty(en-us,EXCHG.80).gif 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.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa581482.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa581482.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa581482.pubmethod(en-us,EXCHG.80).gif 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.
Aa581482.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa581482.pubmethod(en-us,EXCHG.80).gif 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.
Aa581482.pubmethod(en-us,EXCHG.80).gif 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.
Aa581482.pubmethod(en-us,EXCHG.80).gifAa581482.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa581482.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa581482.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa581482.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top