TimePunch Mailing Service
Der TimePunch Mailing Service enthält alle DTOs die zum Versenden von Mails benötigt werden. Dazu gehören insbesondere die Adressen DTOs.
PlainMailAddressDto
Diese Klasse wird für Mail Empfänger verwendet, die keinem Benutzerprofil in TimePunch zugeordnet werden können.
Datatype | Name | Description |
---|---|---|
MailAddressType | MailAddressType | Defines the address type (From, Sender, To, CC, Bcc). |
String | MailAddress | Mail Address |
String | DisplayName | Display name of the mail receiver/sender |
UserMailAddressDto
Diese Klasse wird für alle Mail Empfänger verwendet, für die ein Profil in TimePunch existiert.
Datatype | Name | Description |
---|---|---|
MailAddressType | MailAddressType | Defines the address type (From, Sender, To, CC, Bcc). |
Guid | UserId | Id of the TimePunch User Profile. |
MailAttachementDto
Diese Klasse enthält alle Daten eines Anhangs welches durch den Mailing Service von TimePunch versendet werden kann.
Datatype | Name | Description |
---|---|---|
String | FileName | File name of the attachement. |
Byte[] | Content | Content of the attachement to send. |
String | MimeType | Mime Type of the attachement |