Overload | Description |
---|---|
SendEmail(SessionCriteria,Boolean,String) | Send the completed package via email using the packaging configuration in the app.config file. |
SendEmail(Predicate<SessionSummary>,Boolean,String) | Send the completed package via email using the packaging configuration in the app.config file. |
SendEmail(SessionCriteria,Boolean,String,String,String) | Send the completed package overriding the server connection information stored in the configuration. |
SendEmail(Predicate<SessionSummary>,Boolean,String,String,String) | Send the completed package overriding the server connection information stored in the configuration. |
SendEmail(SessionCriteria,Boolean,String,String,String,String) | Send the completed package overriding the server connection information stored in the configuration. |
SendEmail(Predicate<SessionSummary>,Boolean,String,String,String,String) | Send the completed package overriding the server connection information stored in the configuration. |
SendEmail(SessionCriteria,Boolean,String,String,String,String,String,String) | Send the completed package overriding the server connection information stored in the configuration. |
SendEmail(Predicate<SessionSummary>,Boolean,String,String,String,String,String,String) | Send the completed package overriding the server connection information stored in the configuration. |
SendEmail(SessionCriteria,Boolean,String,String,String,String,Int32,Boolean,String,String) | Send the completed package overriding the server connection information stored in the configuration, including port and SSL. |
SendEmail(Predicate<SessionSummary>,Boolean,String,String,String,String,Int32,Boolean,String,String) | Send the completed package overriding the server connection information stored in the configuration, including port and SSL. |