Print outlook mail message

Hi team ,

I want to print a outlook mail message .Any inputs how can i achieve this?

Regards,
Gokul

Hi @gokul1904

Use the Invoke Method activity to invoke the PrintOut method of the mail message object. Set the TargetObject property of the activity to the mail message object, and set the MethodName property to PrintOut.

Hope this helps,
Best Regards.

can you give me a sample xaml file for the same.i am getting mailmessage does not have a public instance method named ‘PrintOut’