Click or drag to resize
ELIS

IELISWCFServiceEmailSendAttachments Methode

Einsatzleit- & Informationssystem
Schickt ein EMail an einen Empfänger mit Absenderkennung und Attachments

Namensraum:  ELIS.ELISWCF
Assembly:  ELISWCF (in ELISWCF.dll) Version: 3.7.8601.40037
Syntax
bool EmailSendAttachments(
	string Betreff,
	string Message,
	List<string> toEMail,
	List<string> toName,
	string from,
	string fromName,
	List<string> attList,
	Guid TicketID
)

Parameter

Betreff
Typ: SystemString
Message
Typ: SystemString
toEMail
Typ: System.Collections.GenericListString
toName
Typ: System.Collections.GenericListString
from
Typ: SystemString
fromName
Typ: SystemString
attList
Typ: System.Collections.GenericListString
TicketID
Typ: SystemGuid

Rückgabewert

Typ: Boolean
Siehe auch