2011-01-04 15:58:18 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-01-04 17:46:11 +01:00
|
|
|
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
|
2011-01-10 11:18:36 +01:00
|
|
|
<Imports>
|
2011-01-10 11:45:19 +01:00
|
|
|
<Import>RusticiSoftware.ScormContentPlayer.Util.MailMessage</Import>
|
2011-01-10 11:18:36 +01:00
|
|
|
</Imports>
|
2011-01-04 15:58:18 +01:00
|
|
|
<Java>MailMessage</Java>
|
|
|
|
<Name>System.Net.Mail.MailMessage</Name>
|
|
|
|
<Uses />
|
|
|
|
<Inherits>
|
|
|
|
<Type>System.Object</Type>
|
|
|
|
</Inherits>
|
|
|
|
<Methods />
|
|
|
|
<Properties>
|
|
|
|
<Property>
|
|
|
|
<Imports />
|
|
|
|
<Java>${this}.getBody()</Java>
|
|
|
|
<Type>System.String</Type>
|
|
|
|
<Name>Body</Name>
|
|
|
|
<Get>${this}.getBody()</Get>
|
|
|
|
<Set>${this}.setBody(${value})</Set>
|
|
|
|
</Property>
|
|
|
|
<Property>
|
|
|
|
<Imports />
|
|
|
|
<Java>${this}.getSubject()</Java>
|
|
|
|
<Type>System.String</Type>
|
|
|
|
<Name>Subject</Name>
|
|
|
|
<Get>${this}.getSubject()</Get>
|
|
|
|
<Set>${this}.setSubject(${value})</Set>
|
|
|
|
</Property>
|
|
|
|
<Property>
|
|
|
|
<Imports />
|
|
|
|
<Java>${this}.getFrom()</Java>
|
|
|
|
<Type>System.Net.Mail.MailAddress</Type>
|
|
|
|
<Name>From</Name>
|
|
|
|
<Get>${this}.getFrom()</Get>
|
|
|
|
<Set>${this}.setFrom(${value})</Set>
|
|
|
|
</Property>
|
|
|
|
<Property>
|
|
|
|
<Imports>
|
2011-01-10 11:45:19 +01:00
|
|
|
<Import>javax.mail.internet.MimeMessage</Import>
|
|
|
|
<Import>javax.mail.internet.MimeMessage.RecipientType</Import>
|
2011-01-04 15:58:18 +01:00
|
|
|
</Imports>
|
|
|
|
<Java>${this}.getTo()</Java>
|
|
|
|
<Type>System.Net.Mail.MailAddressCollection</Type>
|
|
|
|
<Name>To</Name>
|
|
|
|
<Get>${this}.getTo()</Get>
|
|
|
|
<Set>${this}.setTo(${value})</Set>
|
|
|
|
</Property>
|
|
|
|
<Property>
|
|
|
|
<Imports>
|
2011-01-10 11:45:19 +01:00
|
|
|
<Import>javax.mail.internet.MimeMessage</Import>
|
|
|
|
<Import>javax.mail.internet.MimeMessage.RecipientType</Import>
|
2011-01-04 15:58:18 +01:00
|
|
|
</Imports>
|
|
|
|
<Java>${this}.getCC()</Java>
|
|
|
|
<Type>System.Net.Mail.MailAddressCollection</Type>
|
|
|
|
<Name>CC</Name>
|
|
|
|
<Get>${this}.getCC()</Get>
|
|
|
|
<Set>${this}.setCC(${value})</Set>
|
|
|
|
</Property>
|
|
|
|
</Properties>
|
|
|
|
<Events />
|
|
|
|
<Indexers />
|
|
|
|
<Constructors />
|
|
|
|
<Fields />
|
|
|
|
<Casts />
|
|
|
|
<UnaryOps />
|
|
|
|
<BinaryOps />
|
2011-01-21 17:52:57 +01:00
|
|
|
</Class>
|