Interface ProxyDemo.IEmailService
- Namespace
- PatternKit.Examples.ProxyDemo
- Assembly
- PatternKit.Examples.dll
Interface for email sending operations.
public interface ProxyDemo.IEmailService
- Extension Methods
Methods
SendEmail(string, string, string)
Sends an email message.
bool SendEmail(string to, string subject, string body)
Parameters
tostringThe recipient email address.
subjectstringThe email subject.
bodystringThe email body content.