A VacationRule is an abstraction of a basic rule. It represents the vacation rule defined in the GroupWise client. For more information on basic rules, see Rule. This is only available in GroupWise 14.2.1 and later. You must pass 1.08 as the version or the basic rule definition is returned.
<VacationRule> <extension base="tns:Rule"> <element ref="subject"/> <message type="tns:MessageBody" /> <replyToExternalUsers" type="xs:boolean"/> <startDate type="xs:date"/> <endDate type="xs:date"/> </VacationRule>
Specifies the subject line sent in the reply.
Specifies the message body sent in the reply.
Specifies whether or not to reply to users external to the GroupWise system.
Specifies the start date to send the reply.
Specifies the end date to send the reply.