SharingItem.MessageClass Property

Outlook Developer Reference

Returns or sets a String representing the message class for the SharingItem. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.MessageClass

expression   A variable that represents a SharingItem object.

Remarks

This property corresponds to the MAPI property PR_MESSAGE_CLASS. The MessageClass property links the item to the form on which it is based. When an item is selected, Outlook uses the message class to locate the form and expose its properties, such as Reply commands.

The default value for this property is IPM.Sharing.

See Also