メールアドレス管理クラス
[詳解]
#include <TnbMailContent.h>
メールアドレス管理クラス
- 覚え書き
- 一組のメールアドレスと名前を管理しています。
-
複製可能です。
- 必要ファイル
- TnbMailContent.h
- 日付
- 06/10/06 新規。
-
08/07/30 Sender表記サポート。
TnbMailContent.h の 41 行目に定義があります。
◆ CMailAddress() [1/2]
◆ CMailAddress() [2/2]
◆ GetAddress()
CAscii GetAddress |
( |
void |
| ) |
const |
◆ GetName()
◆ GetSenderPath()
CAscii GetSenderPath |
( |
void |
| ) |
const |
[取得] 宛先表記.
- 覚え書き
- 名前 <アドレス> という形の文字列を返します。名前がない場合、アドレスのみ返します(<>なし)。
- 戻り値
- 表記
TnbMailContent.h の 119 行目に定義があります。
◆ IsValid()
bool IsValid |
( |
void |
| ) |
const |
◆ SetAddress()
bool SetAddress |
( |
const CAscii & |
ascAddress | ) |
|
◆ SetName()
void SetName |
( |
const CAscii & |
ascName | ) |
|
◆ SetSenderPath()
bool SetSenderPath |
( |
LPCSTR |
path | ) |
|
[取得] 宛先表記
- 引数
-
path | 名前 <アドレス> という形の文字列をしていします。<>がない場合、エラーになります。 |
- 戻り値
-
TnbMailContent.h の 134 行目に定義があります。