VacationRule

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.

Syntax

<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>

Definitions

subject

Specifies the subject line sent in the reply.

message

Specifies the message body sent in the reply.

replyToExternalUsers

Specifies whether or not to reply to users external to the GroupWise system.

startDate

Specifies the start date to send the reply.

endDate

Specifies the end date to send the reply.