Compoze Software, Inc.

com.compoze.exchange.activedirectory
Interface IMailRecipientAttributes


public interface IMailRecipientAttributes

This interface contains LDAP constants pertaining to attributes of the Person class.


Field Summary
static java.lang.String COMMENT
          This value represents the attribute 'info' (Active Directory: Comment)
static java.lang.String GARBAGE_COLL_PERIOD
          This value represents the attribute 'garbageCollPeriod' (Active Directory: Garbage-Coll-Period)
static java.lang.String HIDE_FROM_ADDRESS_LISTS
          This value represents the attribute 'msExchHideFromAddressLists' (Active Directory: n/a)
static java.lang.String LEGACY_EXCHANGE_DN
          This value represents the attribute 'legacyExchangeDN' (Active Directory: Legacy-Exchange-DN)
static java.lang.String MAIL_NICKNAME
          This value represents the attribute 'mailNickname' (Active Directory: ms-Exch-Mail-Nickname)
This attribute is added by Exchange Server.
static java.lang.String SHOW_IN_ADDRESS_BOOK
          This value represents the attribute 'showInAddressBook' (Active Directory: Show-In-Address-Book)
static java.lang.String TELEPHONE_NUMBER
          This value represents the attribute 'telephoneNumber' (Active Directory: Telephone-Number)
static java.lang.String TEXT_ENCODED_OR_ADDRESS
          This value represents the attribute 'textEncodedORAddress' (Active Directory: Text-Encoded-OR-Address)
 

Field Detail

COMMENT


public static final java.lang.String COMMENT
This value represents the attribute 'info' (Active Directory: Comment)

GARBAGE_COLL_PERIOD


public static final java.lang.String GARBAGE_COLL_PERIOD
This value represents the attribute 'garbageCollPeriod' (Active Directory: Garbage-Coll-Period)

LEGACY_EXCHANGE_DN


public static final java.lang.String LEGACY_EXCHANGE_DN
This value represents the attribute 'legacyExchangeDN' (Active Directory: Legacy-Exchange-DN)

SHOW_IN_ADDRESS_BOOK


public static final java.lang.String SHOW_IN_ADDRESS_BOOK
This value represents the attribute 'showInAddressBook' (Active Directory: Show-In-Address-Book)

TELEPHONE_NUMBER


public static final java.lang.String TELEPHONE_NUMBER
This value represents the attribute 'telephoneNumber' (Active Directory: Telephone-Number)

TEXT_ENCODED_OR_ADDRESS


public static final java.lang.String TEXT_ENCODED_OR_ADDRESS
This value represents the attribute 'textEncodedORAddress' (Active Directory: Text-Encoded-OR-Address)

HIDE_FROM_ADDRESS_LISTS


public static final java.lang.String HIDE_FROM_ADDRESS_LISTS
This value represents the attribute 'msExchHideFromAddressLists' (Active Directory: n/a)

MAIL_NICKNAME


public static final java.lang.String MAIL_NICKNAME
This value represents the attribute 'mailNickname' (Active Directory: ms-Exch-Mail-Nickname)
This attribute is added by Exchange Server.

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.