Method | Description | |
---|---|---|
AddAttachment ( string strAttachmentFileName ) : void | ||
AddRecipientTo ( string email ) : bool | ||
SendMailPopup ( string strSubject, string strBody ) : int |
Method | Description | |
---|---|---|
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 | |
return | void |
public AddRecipientTo ( string email ) : bool | ||
string | ||
return | bool |
public SendMailPopup ( string strSubject, string strBody ) : int | ||
strSubject | string | |
strBody | string | |
return | int |