Click or drag to resize

DocumentManagerSendEmailWithDocuments Method (String, String, String, String, String, Int32, Int32, Boolean, CultureInfo, Boolean, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool SendEmailWithDocuments(
	string[] to,
	string[] cc,
	string[] bcc,
	string subject,
	string body,
	int[] metadataVersionIds,
	int[] markupIds,
	bool links,
	CultureInfo culture,
	bool throwOnSmtpError,
	Database database,
	DbTransaction transaction
)

Parameters

to
Type: SystemString
cc
Type: SystemString
bcc
Type: SystemString
subject
Type: SystemString
body
Type: SystemString
metadataVersionIds
Type: SystemInt32
markupIds
Type: SystemInt32
links
Type: SystemBoolean
culture
Type: System.GlobalizationCultureInfo
throwOnSmtpError
Type: SystemBoolean
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Boolean
See Also