Uses of Class
microsoft.exchange.webservices.data.OofReply

Uses of OofReply in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return OofReply
 OofReply OofSettings.getExternalReply()
          Gets the OOF response sent to addresses outside the user's domain or trusted domain.
 OofReply OofSettings.getInternalReply()
          Gets the OOF response sent other users in the user's domain or trusted domain.
static OofReply OofReply.getOofReplyFromString(String message)
          * Initializes a new instance of the class.
 

Methods in microsoft.exchange.webservices.data with parameters of type OofReply
static String OofReply.getStringFromOofReply(OofReply oofReply)
          Gets the string from oof reply.
 void OofSettings.setExternalReply(OofReply externalReply)
          Sets the OOF response sent to addresses outside the user's domain or trusted domain.
 void OofSettings.setInternalReply(OofReply internalReply)
          Sets the OOF response sent other users in the user's domain or trusted domain.
 



Copyright © 2012. All Rights Reserved.