jp.hrtdotnet.fw.common
クラス HMailDefine

java.lang.Object
  上位を拡張 jp.hrtdotnet.fw.common.HMailDefine

public class HMailDefine
extends java.lang.Object

メール関係の定数を定義した共通クラスです。

導入されたバージョン:
2.1
作成者:
hrtdotnet.jp
http://www.hrtdotnet.jp/

フィールドの概要
static java.lang.String SEND_CHARSET
          送信メール文字コード
static int SMTP_PORT
          SMTPポート番号
static int SMTP_PORT_SSL
          SMTPポート番号(SSL)
static int SMTP_PORT_SUBMISSION
          SMTPポート番号(Submission)
 
コンストラクタの概要
HMailDefine()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SMTP_PORT

public static final int SMTP_PORT
SMTPポート番号


SMTP_PORT_SSL

public static final int SMTP_PORT_SSL
SMTPポート番号(SSL)


SMTP_PORT_SUBMISSION

public static final int SMTP_PORT_SUBMISSION
SMTPポート番号(Submission)


SEND_CHARSET

public static final java.lang.String SEND_CHARSET
送信メール文字コード

コンストラクタの詳細

HMailDefine

public HMailDefine()


Copyright © 2011. All Rights Reserved.