Skip to main content
A newer version of this page is available.

EmailSenderBase.Send(String[], EmailOptions) Method

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

Namespace: DevExpress.XtraPrinting.Export

Assembly: DevExpress.Printing.v18.2.Core.dll

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