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

Definition

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

Parameters

to  String
 
cc  String
 
bcc  String
 
subject  String
 
body  String
 
metadataVersionIds  Int32
 
markupIds  Int32
 
links  Boolean
 
culture  CultureInfo
 
throwOnSmtpError  Boolean
 
isDirectEmail  Boolean
 
database  Database
 
transaction  DbTransaction
 

Return Value

Boolean

See Also