MailModule.Class Property

Outlook Developer Reference

Returns an OlObjectClass constant indicating the object's class. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Class

expression   A variable that represents a MailModule object.

Remarks

This property returns olMailModule for the MailModule object.

See Also