C# Class ThoughtWorks.VisualStudio.Mapi

Afficher le fichier Open project: ThoughtWorksStudios/vs-connector Class Usage Examples

Private Methods

Méthode Description
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