Share via


SharingItem.Subject Property

Outlook Developer Reference

Returns or sets a String indicating the subject for the SharingItem. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Subject

expression   A variable that represents a SharingItem object.

Remarks

This property corresponds to the MAPI property PR_SUBJECT. The Subject property is the default property for Outlook items.

See Also