1. Magid Slimani
  2. PowerBuilder
  3. Monday, 7 October 2024 06:52 AM UTC

Bonjour 

Peut-on mettre plusieurs  Adresses Mail  en copie avec SmtpClient 

SmtpClient.Message.AddCc =("ttest@gmail.com" , "test2@gmail.com" )

 

Merci

 

Accepted Answer
John Fauss Accepted Answer Pending Moderation
  1. Wednesday, 9 October 2024 06:15 AM UTC
  2. PowerBuilder
  3. # Permalink
Andreas a raison. Consultez l'aide de PB à la rubrique intitulée « AddCc (fonction PowerScript) » pour plus d'informations. [Translation} Andreas is correct. Look in PB Help at the topic named "AddCc (PowerScript function)" for more information.
Comment
There are no comments made yet.
Andreas Mykonios Accepted Answer Pending Moderation
  1. Monday, 7 October 2024 07:15 AM UTC
  2. PowerBuilder
  3. # 1

Bonjour.

Oui. Mais vous devez donner une commande séparée pour chaque adresse e-mail. Example:

SmtpClient.Message.AddCc =("ttest@gmail.com")
SmtpClient.Message.AddCc =("test2@gmail.com")

Andreas.

Comment
  1. Magid Slimani
  2. Monday, 7 October 2024 07:53 AM UTC
?
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.