com.moyosoft.exchange.mail
Interface ExchangeMailbox


public interface ExchangeMailbox

Represents a mailbox that identifies a mail-enabled Active Directory service object.


Method Summary
 ExchangeContact getContact()
           
 java.lang.String getContactItemId()
           
 java.util.List<ExchangeMailbox> getDistributionListMembers()
           
 java.lang.String getEmailAddress()
           
 java.lang.String getName()
           
 java.lang.String getRoutingType()
           
 boolean isDistributionList()
           
 boolean isTypeContact()
           
 boolean isTypeMailbox()
           
 boolean isTypePrivateDistributionList()
           
 boolean isTypePublicDistributionList()
           
 boolean isTypePublicFolder()
           
 

Method Detail

getContactItemId

java.lang.String getContactItemId()

getContact

ExchangeContact getContact()
                           throws ExchangeServiceException
Throws:
ExchangeServiceException

getName

java.lang.String getName()
                         throws ExchangeServiceException
Throws:
ExchangeServiceException

getEmailAddress

java.lang.String getEmailAddress()
                                 throws ExchangeServiceException
Throws:
ExchangeServiceException

getRoutingType

java.lang.String getRoutingType()
                                throws ExchangeServiceException
Throws:
ExchangeServiceException

isTypeMailbox

boolean isTypeMailbox()
                      throws ExchangeServiceException
Throws:
ExchangeServiceException

isTypePublicDistributionList

boolean isTypePublicDistributionList()
                                     throws ExchangeServiceException
Throws:
ExchangeServiceException

isTypePrivateDistributionList

boolean isTypePrivateDistributionList()
                                      throws ExchangeServiceException
Throws:
ExchangeServiceException

isTypeContact

boolean isTypeContact()
                      throws ExchangeServiceException
Throws:
ExchangeServiceException

isTypePublicFolder

boolean isTypePublicFolder()
                           throws ExchangeServiceException
Throws:
ExchangeServiceException

isDistributionList

boolean isDistributionList()
                           throws ExchangeServiceException
Throws:
ExchangeServiceException

getDistributionListMembers

java.util.List<ExchangeMailbox> getDistributionListMembers()
                                                           throws ExchangeServiceException
Throws:
ExchangeServiceException