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