CosmoOfficePostSkriptProperties
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:72
Hält die Eigenschaften für das CosmoOffice PostSkript
Eigenschaften
documentFile
Abfragesignatur
get documentFile(): string;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:280
Gibt den Dateinamen des gedruckten Dokuments zurück
Remarks
Wird nur bei Word-Templates verwendet
Rückgabewert
string
documentPrinted
Abfragesignatur
get documentPrinted(): boolean;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:271
Gibt an, ob das Dokument gedruckt wurde
Rückgabewert
boolean
mailBCC
Abfragesignatur
get mailBCC(): string[];
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:213
Gibt die BCC-E-Mail-Adressen zurück
Rückgabewert
string[]
mailCC
Abfragesignatur
get mailCC(): string[];
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:205
Gibt die CC-E-Mail-Adressen zurück
Rückgabewert
string[]
mailFile
Abfragesignatur
get mailFile(): string;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:263
Gibt den Dateinamen der E-Mail zurück
Remarks
Wird nur bei E-Mail-Templates verwendet
Rückgabewert
string
mailMethod
Abfragesignatur
get mailMethod(): CosmoOfficeMailMethods;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:197
Gibt das Protokoll der E-Mail zurück
Rückgabewert
mailRDOAccount
Abfragesignatur
get mailRDOAccount(): string;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:238
Gibt den RDO-Kontonamen zurück, der für den Versand verwendet wurde
Remarks
Wird nur bei Outlook-Protokoll verwendet
Rückgabewert
string
mailReceiver
Abfragesignatur
get mailReceiver(): string[];
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:246
Gibt die Empfänger-E-Mail-Adressen zurück
Rückgabewert
string[]
mailReplyMail
Abfragesignatur
get mailReplyMail(): string;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:221
Gibt die Antwort an E-Mail-Adresse zurück
Rückgabewert
string
mailSended
Abfragesignatur
get mailSended(): boolean;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:189
Gibt an, ob die E-Mail gesendet wurde
Rückgabewert
boolean
mailSenderMail
Abfragesignatur
get mailSenderMail(): string;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:229
Gibt die Absender-E-Mail-Adresse zurück
Rückgabewert
string
mailSubject
Abfragesignatur
get mailSubject(): string;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:254
Gibt den Betreff der E-Mail zurück
Rückgabewert
string
templateActivityCreated
Abfragesignatur
get templateActivityCreated(): boolean;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:165
Gibt an, ob eine Aktivität erstellt wurde
Rückgabewert
boolean
templateActivityIDs
Abfragesignatur
get templateActivityIDs(): string[];
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:173
Gibt die IDs der erstellten Aktivitäten zurück
Rückgabewert
string[]
templateID
Abfragesignatur
get templateID(): string;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:101
Gibt die ID des CosmoOffice Templates zurück
Rückgabewert
string
templateLanguage
Abfragesignatur
get templateLanguage(): number;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:149
Gibt die Sprache des CosmoOffice Templates zurück
Rückgabewert
number
templateLastExecution
Abfragesignatur
get templateLastExecution(): boolean;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:181
Gibt an, ob es sich um die letzte Ausführung der Serie handelt
Rückgabewert
boolean
templateRecordCount
Abfragesignatur
get templateRecordCount(): number;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:133
Gibt die Anzahl der Datensätze zurück, auf denen das CosmoOffice Template verwendet wurde
Rückgabewert
number
templateRecordID
Abfragesignatur
get templateRecordID(): string;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:117
Gibt die ID des Datensatzes zurück, auf dem das CosmoOffice Template verwendet wurde
Rückgabewert
string
templateRecordIndex
Abfragesignatur
get templateRecordIndex(): number;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:125
Gibt den Index des Datensatzes zurück, auf dem das CosmoOffice Template verwendet wurde
Rückgabewert
number
templateText
Abfragesignatur
get templateText(): string;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:157
Gibt den Text des CosmoOffice Templates zurück
Rückgabewert
string
templateType
Abfragesignatur
get templateType(): CosmoOfficeTemplateTypes;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:141
Gibt den Typ des CosmoOffice Templates zurück
Rückgabewert
templateViewName
Abfragesignatur
get templateViewName(): string;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:109
Gibt den Namen der Ansicht zurück, in der das CosmoOffice Template verwendet wurde
Rückgabewert
string
Konstruktoren
Konstruktor
new CosmoOfficePostSkriptProperties(properties): CosmoOfficePostSkriptProperties;
Definiert in: lib/cosmolink.Lib.CosmoOffice.PostSkript.Helper.ts:289
Konstruktor für die CosmoOfficePostSkriptProperties
Parameter
| Parameter | Type | Description |
|---|---|---|
properties | { documentFile: string; documentPrinted: boolean; mailBCC: string[]; mailCC: string[]; mailFile: string; mailMethod: CosmoOfficeMailMethods; mailRDOAccount: string; mailReceiver: string[]; mailReplyMail: string; mailSended: boolean; mailSenderMail: string; mailSubject: string; templateActivityCreated: boolean; templateActivityIDs: string[]; templateID: string; templateLanguage: number; templateLastExecution: boolean; templateRecordCount: number; templateRecordID: string; templateRecordIndex: number; templateText: string; templateType: CosmoOfficeTemplateTypes; templateViewName: string; } | Ein Objekt, das die Eigenschaften des CosmoOffice PostSkripts enthält |
properties.documentFile | string | - |
properties.documentPrinted | boolean | - |
properties.mailBCC | string[] | - |
properties.mailCC | string[] | - |
properties.mailFile | string | - |
properties.mailMethod | CosmoOfficeMailMethods | - |
properties.mailRDOAccount | string | - |
properties.mailReceiver | string[] | - |
properties.mailReplyMail | string | - |
properties.mailSended | boolean | - |
properties.mailSenderMail | string | - |
properties.mailSubject | string | - |
properties.templateActivityCreated | boolean | - |
properties.templateActivityIDs | string[] | - |
properties.templateID | string | - |
properties.templateLanguage | number | - |
properties.templateLastExecution | boolean | - |
properties.templateRecordCount | number | - |
properties.templateRecordID | string | - |
properties.templateRecordIndex | number | - |
properties.templateText | string | - |
properties.templateType | CosmoOfficeTemplateTypes | - |
properties.templateViewName | string | - |
Rückgabewert
CosmoOfficePostSkriptProperties