Table of Contents

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

to string

The recipient email address.

subject string

The email subject.

body string

The email body content.

Returns

bool

true if the email was sent successfully; otherwise, false.