InternalServiceGetSentEmailLogs Method

Get sent email logs

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get sent email logs")]
public SentEmailLog[] GetSentEmailLogs(
	int count,
	EmailSource emailSource
)

Parameters

count  Int32
emailSource  EmailSource

Return Value

SentEmailLog

See Also