UserOofSettings.ExternalReply Property
The ExternalReply property gets or sets the out of office (OOF) message that is sent to addresses outside the recipient's domain or trusted domains.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ExternalReply As ReplyBody
Get
Set
'Usage
Dim instance As UserOofSettings
Dim value As ReplyBody
value = instance.ExternalReply
instance.ExternalReply = value
public ReplyBody ExternalReply { get; set; }
Property Value
Type: ExchangeWebServices.ReplyBody
The ExternalReply property returns a ReplyBody object that contains the OOF message to send to external addresses.
See Also