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

Packages that use OofReply
microsoft.exchange.webservices.data.misc.availability   
microsoft.exchange.webservices.data.property.complex.availability   
 

Uses of OofReply in microsoft.exchange.webservices.data.misc.availability
 

Methods in microsoft.exchange.webservices.data.misc.availability that return OofReply
static OofReply OofReply.getOofReplyFromString(String message)
          Initializes a new instance of the class.
 

Methods in microsoft.exchange.webservices.data.misc.availability with parameters of type OofReply
static String OofReply.getStringFromOofReply(OofReply oofReply)
          Gets the string from oof reply.
 

Uses of OofReply in microsoft.exchange.webservices.data.property.complex.availability
 

Methods in microsoft.exchange.webservices.data.property.complex.availability 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.
 

Methods in microsoft.exchange.webservices.data.property.complex.availability with parameters of type OofReply
 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–2015 Microsoft. All rights reserved.