Skip to main content
All docs
V21.1

EmailSenderBase.Send(String[], EmailOptions) Method

Sends the document(s) to the specified recipient via e-mail.

Namespace: DevExpress.XtraPrinting.Export

Assembly: DevExpress.Printing.v21.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void Send(
    string[] files,
    EmailOptions options
)

Parameters

Name Type Description
files String[]

An array of String values specifying the file names for the documents embedded into the e-mail.

options EmailOptions

A EmailOptions object storing the e-mail options.

See Also