![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
|
All ITK functions of group MAIL supported by T4x. More...
Functions | |
MAIL_add_envelope_receiver EnvelopeTag UserTag | |
This function calls the ITK pipe server function MAIL_add_envelope_receiver to add user to the receiver list. More... | |
MAIL_add_external_receiver EnvelopeTag HexExternalAddr | |
This function calls the ITK pipe server function MAIL_add_external_receiver to add external email address to the receiver list. More... | |
MAIL_send_envelope EnvelopeTag | |
This function calls the ITK pipe server function MAIL_send_envelope sends an email. More... | |
All ITK functions of group MAIL supported by T4x.
This group specifies all ITK functions of group MAIL for which wrappers have been defined in T4x
ITK::MAIL_add_envelope_receiver | EnvelopeTag UserTag | ||
This function calls the ITK pipe server function MAIL_add_envelope_receiver to add user to the receiver list.
EnvelopeTag | Teamcenter Mail envelope tag in a Tcl string representation |
UserTag | Teamcenter User tag in a Tcl string representation |
Referenced by T4X::WORKFLOW::BATCHJOB::CUSTOM::sendTC_InfoEMail().
ITK::MAIL_add_external_receiver | EnvelopeTag HexExternalAddr | ||
This function calls the ITK pipe server function MAIL_add_external_receiver to add external email address to the receiver list.
EnvelopeTag | Teamcenter Mail envelope tag in a Tcl string representation |
HexExternalAddr | External email address provided as "hex-formated string" |
Sample code sequence
ITK::MAIL_send_envelope | EnvelopeTag | ||
This function calls the ITK pipe server function MAIL_send_envelope sends an email.
EnvelopeTag | Teamcenter Mail envelope tag in a Tcl string representation |
Referenced by T4X::WORKFLOW::BATCHJOB::CUSTOM::sendTC_InfoEMail().