C# Class Microsoft.VisualStudio.R.Package.Feedback.SendMailCommand

Inheritance: Microsoft.VisualStudio.R.Package.Commands.PackageCommand
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
SendMailCommand ( System.Guid group, int id, ICoreServices services ) : System

Méthodes protégées

Méthode Description
SendMail ( string body, string subject, string attachmentFile ) : void
SetStatus ( ) : void

Method Details

SendMail() protected méthode

protected SendMail ( string body, string subject, string attachmentFile ) : void
body string
subject string
attachmentFile string
Résultat void

SendMailCommand() public méthode

public SendMailCommand ( System.Guid group, int id, ICoreServices services ) : System
group System.Guid
id int
services ICoreServices
Résultat System

SetStatus() protected méthode

protected SetStatus ( ) : void
Résultat void