Click or drag to resize

DocumentManagerSendEmail Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SendEmail(
	string subject,
	string body,
	List<Guid> sendTo,
	List<Guid> sendCC,
	List<Guid> sendBCC,
	CultureInfo culture,
	Database database,
	DbTransaction transaction
)

Parameters

subject
Type: SystemString
body
Type: SystemString
sendTo
Type: System.Collections.GenericListGuid
sendCC
Type: System.Collections.GenericListGuid
sendBCC
Type: System.Collections.GenericListGuid
culture
Type: System.GlobalizationCultureInfo
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also