1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

69 lines
2.0 KiB
XML
Raw Normal View History

<?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>
<Import>CS2JNet.System.Net.Mail.MailMessage</Import>
2011-01-10 11:18:36 +01:00
</Imports>
<Java>MailMessage</Java>
<Name>System.Net.Mail.MailMessage</Name>
<Uses />
<Inherits>
<Type>System.Object</Type>
</Inherits>
<Methods />
<Properties>
<Property>
<Imports />
2011-02-01 22:52:28 +01:00
<Java>${this:16}.getBody()</Java>
<Type>System.String</Type>
<Name>Body</Name>
2011-02-01 22:52:28 +01:00
<Get>${this:16}.getBody()</Get>
<Set>${this:16}.setBody(${value})</Set>
</Property>
<Property>
<Imports />
2011-02-01 22:52:28 +01:00
<Java>${this:16}.getSubject()</Java>
<Type>System.String</Type>
<Name>Subject</Name>
2011-02-01 22:52:28 +01:00
<Get>${this:16}.getSubject()</Get>
<Set>${this:16}.setSubject(${value})</Set>
</Property>
<Property>
<Imports />
2011-02-01 22:52:28 +01:00
<Java>${this:16}.getFrom()</Java>
<Type>System.Net.Mail.MailAddress</Type>
<Name>From</Name>
2011-02-01 22:52:28 +01:00
<Get>${this:16}.getFrom()</Get>
<Set>${this:16}.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>
</Imports>
2011-02-01 22:52:28 +01:00
<Java>${this:16}.getTo()</Java>
<Type>System.Net.Mail.MailAddressCollection</Type>
<Name>To</Name>
2011-02-01 22:52:28 +01:00
<Get>${this:16}.getTo()</Get>
<Set>${this:16}.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>
</Imports>
2011-02-01 22:52:28 +01:00
<Java>${this:16}.getCC()</Java>
<Type>System.Net.Mail.MailAddressCollection</Type>
<Name>CC</Name>
2011-02-01 22:52:28 +01:00
<Get>${this:16}.getCC()</Get>
<Set>${this:16}.setCC(${value})</Set>
</Property>
</Properties>
<Events />
<Indexers />
<Constructors />
<Fields />
<Casts />
<UnaryOps />
<BinaryOps />
</Class>