GetSender
PowerScript function
Description
Gets the specified sender’s email address.
Applies to
MimeMessage object in Objects and Controls
Syntax
|
1 |
mimemessage.GetSender() |
|
Argument |
Description |
|---|---|
|
mimemessage |
A MimeMessage object identifying the email message in |
Return value
String.
Returns the sender’s email address if it succeeds.
Examples
The following example gets the specified sender’s email
address.
|
1 2 3 4 |
String ls_sender lnv_SmtpClient.Message.SetSender("tester001.appeon@gmail.com","Tester001") ls_sender = lnv_SmtpClient.Message.GetSender() |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest