+TIMEの書式を簡単にまとめました。
HTML形式のメールを作成する時、トップの部分を書き換えます。
勿論、HTMLのタグもそのまま使えます。
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
**** ヘッドの部分 ****

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:t = "urn:schemas-microsoft-com:time"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-2022-jp">
<META content="MSHTML 6.00.2719.2200" name=GENERATOR>
<STYLE tipe="text/css">.time {
 BEHAVIOR: url(#default#time2)
}
</STYLE>
</HEAD>
<BODY id=body1 bgColor=#d8d4d8><STRONG>
</STRONG></BODY></HTML>

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
**** 画像設定 ****

<IMG class=time
id=image1 style="LEFT: 300px; POSITION: absolute; TOP: 10px"
src="画像のURL" begin = "2">

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
**** TABLE設定 ****

<TABLE class=time id=table1
style="WIDTH: 518px; POSITION: absolute; LEFT: 100px; Top: 100px; HEIGHT: 637px" width=518 border=1 begin = "25">
  <TBODY>
  <TR>
    <TD>
      <DIV align=center><STRONG><FONT size=4>aaaabbbb</FONT></STRONG></DIV>

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
**** 移動設定 ****

<?import
namespace = t urn = "urn:schemas-microsoft-com:time" implementation =
"#default#time2" /><t:animateMotion id=am1 from = "0,0" targetElement = "image1"
to = "-800,-310" begin = "15" dur = "10" fill = "hold"></t:animateMotion>


−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−