C# 클래스 Microsoft.VisualStudio.R.Package.Interop.MapiMail

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
AddAttachment ( string strAttachmentFileName ) : void
AddRecipientTo ( string email ) : bool
SendMailPopup ( string strSubject, string strBody ) : int

비공개 메소드들

메소드 설명
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

메소드 상세

AddAttachment() 공개 메소드

public AddAttachment ( string strAttachmentFileName ) : void
strAttachmentFileName string
리턴 void

AddRecipientTo() 공개 메소드

public AddRecipientTo ( string email ) : bool
email string
리턴 bool

SendMailPopup() 공개 메소드

public SendMailPopup ( string strSubject, string strBody ) : int
strSubject string
strBody string
리턴 int