Get Outlook Mail to print message email

i am using Uipath Community Edition,
when i want to print message box for outlook email by using For Each activity, i cannot write in Item.Subject. Contain. Problem is on Subject.Contain that do not appear in uipath. anyone can solve my issue?

Do you mean .Contains?

Have you used the correct TypeArgument in For Each?

Yes @Prakshi_Tyagi. Is there any way i can print message box from Outlook email?

Yes. Exactly want do you want the message box to have? Email body? Email subject?

Body. I mean detail of email.

You can use mailItem.Body to fetch the email body. Similarly you can get call mail message properties like Subject, Attachments, CC, Headers etc