com.moyosoft.exchange.mail
Interface ExchangeMailbox
public interface ExchangeMailbox
Represents a mailbox that identifies a mail-enabled Active Directory service object.
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