ExternalReplyExternalReply
El elemento ExternalReply contiene la respuesta de fuera de la oficina (OOF) que se envía a las direcciones fuera del dominio del destinatario o de los dominios de confianza.The ExternalReply element contains the out of office (OOF) response that is sent to addresses outside the recipient's domain or trusted domains.
<ExternalReply>
<Message/>
</ExternalReply>
ReplyBodyReplyBody
Atributos y elementosAttributes and elements
En las siguientes secciones se describen los atributos, elementos secundarios y elementos primarios.The following sections describe attributes, child elements, and parent elements.
AtributosAttributes
AtributoAttribute | DescripciónDescription |
---|---|
XML: langxml:lang |
Especifica el idioma usado en el mensaje ExternalReply .Specifies the language used in the ExternalReply message. Los valores posibles para este atributo los define el documento RFC 3066 de IETF.The possible values for this attribute are defined by IETF RFC 3066. |
Elementos secundariosChild elements
ElementoElement | DescripciónDescription |
---|---|
Mensaje (disponibilidad)Message (Availability) |
Contiene la respuesta OOF.Contains the OOF response. |
Elementos principalesParent elements
ElementoElement | DescripciónDescription |
---|---|
UserOofSettingsUserOofSettings |
Especifica la configuración de OOF.Specifies the OOF settings. La siguiente es la expresión XPath a este elemento:The following is the XPath expression to this element: /SetUserOofSettingsRequest/UserOofSettings |
OofSettingsOofSettings |
Contiene la configuración de OOF.Contains the OOF settings. La siguiente es la expresión XPath a este elemento:The following is the XPath expression to this element: /GetUserOofSettingsResponse/OofSettings |
ComentariosRemarks
El esquema que describe este elemento se encuentra en el directorio virtual IIS que hospeda los servicios Web Exchange.The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.
EjemploExample
El siguiente ejemplo de una solicitud SetUserOofSettings establece la OofState en habilitada, establece la duración de OOF en 10 días y establece los mensajes internos y externos de OOF.The following example of a SetUserOofSettings request sets the OofState to Enabled, sets the duration of OOF to 10 days, and sets the internal and external OOF messages.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetUserOofSettingsRequest xmlns="https://schemas.microsoft.com/exchange/services/2006/messages">
<Mailbox xmlns="https://schemas.microsoft.com/exchange/services/2006/types">
<Name>David Alexander</Name>
<Address>someone@example.com</Address>
<RoutingType>SMTP</RoutingType>
</Mailbox>
<UserOofSettings xmlns="https://schemas.microsoft.com/exchange/services/2006/types">
<OofState>Enabled</OofState>
<ExternalAudience>All</ExternalAudience>
<Duration>
<StartTime>2005-10-05T00:00:00</StartTime>
<EndTime>2005-10-25T00:00:00</EndTime>
</Duration>
<InternalReply>
<Message>I am out of office. This is my internal reply.</Message>
</InternalReply>
<ExternalReply>
<Message>I am out of office. This is my external reply.</Message>
</ExternalReply>
</UserOofSettings>
</SetUserOofSettingsRequest>
</soap:Body>
</soap:Envelope>
Información del elementoElement information
NamespaceNamespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Nombre de esquemaSchema Name |
Esquema de tiposTypes schema |
Archivo de validaciónValidation File |
Types. xsdTypes.xsd |
Puede estar vacíoCan be Empty |
FalsoFalse |