[python-win32] Performing ReplyAll to outlook email message

Tim Roberts timr at probo.com
Fri Mar 15 18:53:56 EDT 2019


Ahmed Matar via python-win32 wrote:
>
> I am trying to perform a reply all to an email message that I have 
> passed into my python script.
> ...
>
> #what I would like to do now is do a “Reply all” with my reponse being 
> “ResponseToEmail”
>
>
> Any ideas if this is possible?

Sure, it's possible, but you have to do it all "the hard way". Create a 
new message, copy the Receipts list into the new message, set your body, 
send it.  Not a lot of code, but it's a little tedious.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3980 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.python.org/pipermail/python-win32/attachments/20190315/caf8581e/attachment.bin>


More information about the python-win32 mailing list