2011-01-04 15:58:18 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-02-08 12:27:00 +01:00
|
|
|
<!--
|
|
|
|
|
|
|
|
This file is
|
|
|
|
|
|
|
|
Copyright 2007,2008,2009,2010 Rustici Software, LLC
|
|
|
|
Copyright 2010,2011 Kevin Glynn (kevin.glynn.com)
|
|
|
|
|
|
|
|
-->
|
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-02-08 10:25:05 +01:00
|
|
|
<Import>CS2JNet.System.Net.Mail.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 />
|
2011-02-01 22:52:28 +01:00
|
|
|
<Java>${this:16}.getBody()</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
<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>
|
2011-01-04 15:58:18 +01:00
|
|
|
</Property>
|
|
|
|
<Property>
|
|
|
|
<Imports />
|
2011-02-01 22:52:28 +01:00
|
|
|
<Java>${this:16}.getSubject()</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
<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>
|
2011-01-04 15:58:18 +01:00
|
|
|
</Property>
|
|
|
|
<Property>
|
|
|
|
<Imports />
|
2011-02-01 22:52:28 +01:00
|
|
|
<Java>${this:16}.getFrom()</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
<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>
|
2011-01-04 15:58:18 +01:00
|
|
|
</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>
|
2011-02-01 22:52:28 +01:00
|
|
|
<Java>${this:16}.getTo()</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
<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>
|
2011-01-04 15:58:18 +01:00
|
|
|
</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>
|
2011-02-01 22:52:28 +01:00
|
|
|
<Java>${this:16}.getCC()</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
<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>
|
2011-01-04 15:58:18 +01:00
|
|
|
</Property>
|
|
|
|
</Properties>
|
|
|
|
<Events />
|
|
|
|
<Indexers />
|
|
|
|
<Constructors />
|
|
|
|
<Fields />
|
|
|
|
<Casts />
|
|
|
|
<UnaryOps />
|
|
|
|
<BinaryOps />
|
2011-01-21 17:52:57 +01:00
|
|
|
</Class>
|