Share via


MailItem.PrintOut Method

Outlook Developer Reference

Prints the Outlook item using all default settings.The PrintOut method is the only Outlook method that can be used for printing.

Syntax

expression.PrintOut

expression   A variable that represents a MailItem object.

See Also