MapiMessageItemBase.Subject

MapiMessageItemBase.Subject property

Gets or sets the subject of the message.

public string Subject { get; set; }

Property Value

The string that represents message subject.

Remarks

When setting a value, the values of SubjectPrefix(PR_SUBJECT_PREFIX) and NormalizedSubject(PR_NORMALIZED_SUBJECT) properties are updated as well. If Subject has no prefix, the value of SubjectPrefix property is set null. When setting a null value or empty string, the values of Subject, SubjectPrefix, NormalizedSubject properties are set null.

See Also