C# Класс ThoughtWorks.VisualStudio.Mapi

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
AddAttachment ( string strAttachmentFileName ) : void
AddRecipient ( string email, HowTo howTo ) : bool
AddRecipientBcc ( string email ) : bool
AddRecipientCc ( string email ) : bool
AddRecipientTo ( string email ) : bool
Cleanup ( MapiMessage &msg ) : void
GetAttachments ( int &fileCount ) : IntPtr
GetLastError ( ) : string
GetRecipients ( int &recipCount ) : IntPtr
MAPISendMail ( IntPtr sess, IntPtr hwnd, MapiMessage message, int flg, int rsv ) : int
SendMail ( string strSubject, string strBody, int how ) : int
SendMailDirect ( string strSubject, string strBody ) : int
SendMailPopup ( string strSubject, string strBody ) : int