Table of Contents

Method GetSmtpTools

Namespace
LMKit.Agents.Tools.BuiltIn
Assembly
LM-Kit.NET.dll

GetSmtpTools(SmtpToolOptions)

Gets all SMTP tools with the specified options.

public static IEnumerable<ITool> GetSmtpTools(SmtpToolOptions options)

Parameters

options SmtpToolOptions

SMTP configuration options.

Returns

IEnumerable<ITool>

Both SMTP tool instances.

Share