C# Class Microsoft.VisualStudio.R.Package.Interop.MapiMail

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
AddAttachment ( string strAttachmentFileName ) : void
AddRecipientTo ( string email ) : bool
SendMailPopup ( string strSubject, string strBody ) : int

Private Methods

Méthode Description
AddRecipient ( string email, HowTo howTo ) : bool
Cleanup ( MapiMessage &msg ) : void
GetAttachments ( int &fileCount ) : IntPtr
GetRecipients ( int &recipCount ) : IntPtr
MAPISendMail ( IntPtr sess, IntPtr hwnd, MapiMessage message, int flg, int rsv ) : int
SendMail ( string subject, string body, int how ) : int
ThreadProc ( object o ) : void

Method Details

AddAttachment() public méthode

public AddAttachment ( string strAttachmentFileName ) : void
strAttachmentFileName string
Résultat void

AddRecipientTo() public méthode

public AddRecipientTo ( string email ) : bool
email string
Résultat bool

SendMailPopup() public méthode

public SendMailPopup ( string strSubject, string strBody ) : int
strSubject string
strBody string
Résultat int