메소드 | 설명 | |
---|---|---|
AddAttachment ( string strAttachmentFileName ) : void | ||
AddRecipientTo ( string email ) : bool | ||
SendMailPopup ( string strSubject, string strBody ) : int |
메소드 | 설명 | |
---|---|---|
AddRecipient ( string email, HowTo howTo ) : bool | ||
Cleanup ( |
||
GetAttachments ( int &fileCount ) : |
||
GetRecipients ( int &recipCount ) : |
||
MAPISendMail ( |
||
SendMail ( string subject, string body, int how ) : int | ||
ThreadProc ( object o ) : void |
public AddAttachment ( string strAttachmentFileName ) : void | ||
strAttachmentFileName | string | |
리턴 | void |
public SendMailPopup ( string strSubject, string strBody ) : int | ||
strSubject | string | |
strBody | string | |
리턴 | int |