<?xml version="1.0" encoding="ISO-8859-1"?>
<ss:description type="action" id="com.autodesk.examples.SendMail"
		xmlns:ss="urn:Autodesk:Server"
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:schemaLocation="urn:Autodesk:Server Schema.xsd">
	<ss:title>Send E-mail</ss:title>
	<ss:section>email
		<ss:label>E-mail</ss:label>
	</ss:section>
	<ss:input>com.autodesk.objects.TextObject</ss:input>
	<ss:input>com.autodesk.examples.MailObject</ss:input>
	<ss:options>
		<ss:label/>
		<ss:option name="to">
			<ss:label>To: </ss:label>
			<ss:tooltip>Enter a comma separated list of the e-mail addresses of the recipients.</ss:tooltip>
			<ss:string maxLength="256"/>
		</ss:option>
		<ss:option name="cc">
			<ss:label>Cc: </ss:label>
			<ss:tooltip>Enter a comma separated list of the e-mail addresses of copied recipients.</ss:tooltip>
			<ss:string maxLength="256"/>
		</ss:option>
		<ss:option name="bcc">
			<ss:label>Bcc: </ss:label>
			<ss:tooltip>Enter a comma separated list of the e-mail addresses of blindly copied recipients.</ss:tooltip>
			<ss:string maxLength="256"/>
		</ss:option>
		<ss:option name="from">
			<ss:label>From: </ss:label>
			<ss:tooltip>Enter your e-mail address.</ss:tooltip>
			<ss:string maxLength="256"/>
		</ss:option>
		<ss:option name="subject">
			<ss:label>Subject: </ss:label>
			<ss:tooltip>Enter the subject of your e-mail message.</ss:tooltip>
			<ss:string maxLength="256"/>
		</ss:option>
		<ss:option name="message">
			<ss:label>Message: </ss:label>
			<ss:tooltip>Enter the message for your e-mail message.</ss:tooltip>
			<ss:string maxLength="65535" numRows="3" numColumns="40"/>
		</ss:option>
		<ss:option name="serverType">
			<ss:label>Server Type: </ss:label>
			<ss:tooltip>Select the type for your e-mail server.</ss:tooltip>
			<ss:enumeration default="0">
				<ss:label value="none">NONE</ss:label>
				<ss:label value="imap">IMAP</ss:label>
				<ss:label value="pop3">POP3</ss:label>
				<ss:label value="smtp">SMTP</ss:label>
			</ss:enumeration>
		</ss:option>
		<!-- For now assume the default port for each protocol. -->
		<ss:option name="serverName">
			<ss:label>Server Name:</ss:label>
			<ss:tooltip>Specify the name of the e-mail server.</ss:tooltip>
			<ss:string maxLength="256"/>
		</ss:option>
	</ss:options>
	<ss:class id="com.autodesk.examples.SendMail"/>
</ss:description>
