TKMP.DLLのダウンロード
Assembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
メールデータの解析を行うクラスのインスタンスを初期化します
Namespace:
TKMP.ReaderAssembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
Syntax
| C# |
|---|
public MailReader( string FileName ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ FileName As String _ ) |
Parameters
- FileName
- Type: System..::.String
メールデータが格納されたファイル
Remarks
メールデータファイルの解析を行うためのコンストラクタです。
データファイルはMailDataクラス出力データをファイル化したものを推奨しますが、それ以外でもメールの生データなら解析は可能です。