Property | Type | Description | |
---|---|---|---|
_bcc | string | ||
_body | string | ||
_cc | string | ||
_cert_name | string | ||
_connect_flag | bool | ||
_err | int | ||
_filename | string | ||
_filename_list | string[] | ||
_flag | int | ||
_from | string | ||
_header | string | ||
_host | string | ||
_id | string | ||
_mode | int | ||
_password | string | ||
_port | int | ||
_socket | IntPtr | ||
_ssl | int | ||
_subject | string | ||
_temp | byte[] | ||
_to | string |
Method | Description | |
---|---|---|
Authenticate ( ) : void |
SMTP AUTH �F�� �ꎞ�x�~�@�\��g���ꍇ��Connect�̌�ɌĂяo���܂��B |
|
Authenticate ( string id_str, string pass_str, int mode ) : void |
SMTP AUTH �F��
|
|
Close ( ) : void |
SMTP �T�[�o�Ƃ̐ڑ��I��
|
|
Connect ( ) : void |
SMTP �T�[�o�ɐڑ����܂��B SMTP AUTH ����шꎞ�x�~�@�\��g���ꍇ�Ɏg�p���܂��B |
|
Connect ( int port_no ) : void |
SMTP �T�[�o�ɐڑ� SMTP AUTH ����шꎞ�x�~�@�\��g���ꍇ�Ɏg�p���܂��B |
|
Connect ( string host_name ) : void |
SMTP �T�[�o�ɐڑ� SMTP AUTH ����шꎞ�x�~�@�\��g���ꍇ�Ɏg�p���܂��B |
|
Connect ( string host_name, int port_no ) : void |
SMTP �T�[�o�ɐڑ� SMTP AUTH ����шꎞ�x�~�@�\��g���ꍇ�Ɏg�p���܂��B |
|
Dispose ( ) : void |
Smtp�ɂ���Ďg�p����Ă��邷�ׂẴ��\�[�X�������܂��B
|
|
SendMail ( ) : void |
���[���𑗐M���܂��B �ꎞ�x�~�@�\�̓��ڈȍ~�̌Ăяo���Ŏg�p���܂��B |
|
SendMail ( string to_str, string from_str, string subject_str, string body_str ) : void |
���[���𑗐M���܂��B to_str�p�����[�^�Ń��[���̈����w�肵�܂��B from_str�p�����[�^�ō��o�l��w�肵�܂��B subject_str�p�����[�^�Ō�����w�肵�܂��B body_str�p�����[�^�Ŗ{����w�肵�܂��B CC ��w�肵�����ꍇ�ACc�Ɏw�肵�Ă����܂��B BCC ��w�肵�����ꍇ�ABcc�Ɏw�肵�Ă����܂��B �t�@�C����Y�t�������ꍇ�AFileName�Ɏw�肵�Ă����܂��B |
|
Smtp ( ) : System |
|
|
Smtp ( string host_name ) : System |
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Smtp�ɂ���Ďg�p����Ă��邷�ׂẴ��\�[�X�������܂��B
|
|
Init ( ) : void |
�����������ł��B
|
Method | Description | |
---|---|---|
SmtpAuthenticate ( IntPtr Socket, string HostName, string Id, string Pass, int Mode ) : int | ||
SmtpClose ( IntPtr Socket ) : int | ||
SmtpConnect ( string Host ) : IntPtr | ||
SmtpConnectPortNo ( string Host, int PortNo ) : IntPtr | ||
SmtpConnectSsl ( string Host, int Port, int Flag, string Name ) : IntPtr | ||
SmtpSendMailEx ( IntPtr Socket, string To, string Cc, string Bcc, string From, string Subject, String Body, String Header, String Path, byte Temp, int Flag ) : int | ||
SmtpSendMailPortNo ( String HostName, String To, String Cc, String Bcc, String From, String Subject, String Body, String Header, String Path, int Flag, int PortNo ) : int | ||
SmtpSendMailSsl ( String HostName, String To, String Cc, String Bcc, String From, String Subject, String Body, String Header, String Path, int Flag, int PortNo, int SslFlag, String Name ) : int |
public Authenticate ( string id_str, string pass_str, int mode ) : void | ||
id_str | string | ���[�U�[ ID |
pass_str | string | �p�X���[�h |
mode | int | �F�،`�� |
return | void |
public Connect ( string host_name ) : void | ||
host_name | string | SMTP �T�[�o�� |
return | void |
public Connect ( string host_name, int port_no ) : void | ||
host_name | string | SMTP �T�[�o�� |
port_no | int | �|�[�g�ԍ� |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool |
/// �}�l�[�W���\�[�X�ƃA���}�l�[�W���\�[�X�̗�����������ꍇ�� |
return | void |
public SendMail ( string to_str, string from_str, string subject_str, string body_str ) : void | ||
to_str | string | ���� |
from_str | string | ���o�l |
subject_str | string | ���� |
body_str | string | �{�� |
return | void |
public Smtp ( string host_name ) : System | ||
host_name | string | SMTP �T�[�o�� |
return | System |