Overload | Description |
---|---|
SendEmailAsync(SessionCriteria,Boolean,String) | Asynchronously send the completed package via email using the packaging configuration in the app.config file. |
SendEmailAsync(Predicate<SessionSummary>,Boolean,String) | Asynchronously send the completed package via email using the packaging configuration in the app.config file. |
SendEmailAsync(SessionCriteria,Boolean,String,String,String,String) | Asynchronously send the completed package overriding the server connection information stored in the configuration. |
SendEmailAsync(Predicate<SessionSummary>,Boolean,String,String,String,String) | Asynchronously send the completed package overriding the server connection information stored in the configuration. |
SendEmailAsync(SessionCriteria,Boolean,String,String,String,String,String,String) | Asynchronously send the completed package to the provided email address with the specified subject. |
SendEmailAsync(Predicate<SessionSummary>,Boolean,String,String,String,String,String,String) | Asynchronously send the completed package to the provided email address with the specified subject. |
SendEmailAsync(SessionCriteria,Boolean,String,String,String,String,Int32,Boolean,String,String) | Asynchronously send the completed package overriding the server connection information stored in the configuration including port and SSL. |
SendEmailAsync(Predicate<SessionSummary>,Boolean,String,String,String,String,Int32,Boolean,String,String) | Asynchronously send the completed package overriding the server connection information stored in the configuration including port and SSL. |