|
ELISWCFServiceEmailSendAttachments 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
Syntaxpublic bool EmailSendAttachments(
string betreff,
string text,
List<string> toEMail,
List<string> toName,
string from,
string fromName,
List<string> attList,
Guid TicketID
)
Public Function EmailSendAttachments (
betreff As String,
text As String,
toEMail As List(Of String),
toName As List(Of String),
from As String,
fromName As String,
attList As List(Of String),
TicketID As Guid
) As Boolean
Parameter
- betreff
- Typ: SystemString
EMail Betreff - text
- Typ: SystemString
EMail Nachricht - toEMail
- Typ: System.Collections.GenericListString
EMail Adressen der Empfänger - getrennt durch ; - toName
- Typ: System.Collections.GenericListString
EMail Empfänger Namen für Anzeige - getrennt durch ; - from
- Typ: SystemString
EMail Adresse Absender - fromName
- Typ: SystemString
EMail Absender Name für Anzeige - attList
- Typ: System.Collections.GenericListString
Dateinamen der Attachments im ELIS EMailAttachmentTmp Ordner - TicketID
- Typ: SystemGuid
Rückgabewert
Typ:
BooleanImplementiert
IELISWCFServiceEmailSendAttachments(String, String, ListString, ListString, String, String, ListString, Guid)
Siehe auch