InternalServiceSendEmail Method

Send email with attachments

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Send email with attachments")]
public string SendEmail(
	EmailMessage messageToSend,
	EmailServerSettings settings
)

Parameters

messageToSend  EmailMessage
settings  EmailServerSettings

Return Value

String

See Also