IEmailServiceSendEmail Method

Overload List
 NameDescription
Public methodSendEmail(MailMessage) Uses the application's configured email settings to send an email.
Public methodSendEmail(MailMessage, NullableGuid) Uses the application's configured email settings to send an email.
Public methodSendEmail(ICollectionAccount, ICollectionAccount, ICollectionAccount, String, String) Uses the application's configured email settings to send an email.
Public methodSendEmail(ICollectionMailAddress, ICollectionMailAddress, ICollectionMailAddress, String, String) 
Public methodSendEmail(ICollectionString, ICollectionString, ICollectionString, String, String) Uses the application's configured email settings to send an email.
Public methodSendEmail(ICollectionAccount, ICollectionAccount, ICollectionAccount, String, String, NullableGuid) Uses the application's configured email settings to send an email.
Public methodSendEmail(ICollectionMailAddress, ICollectionMailAddress, ICollectionMailAddress, String, String, NullableGuid) Uses the application's configured email settings to send an email.
Public methodSendEmail(ICollectionString, ICollectionString, ICollectionString, String, String, NullableGuid) Uses the application's configured email settings to send an email.
Top
See Also