Interface IMapiMessageItem

IMapiMessageItem interface

Base interface for all message items in Outlook

public interface IMapiMessageItem

Properties

NameDescription
Body { get; set; }Gets message body
MessageClass { get; }Gets message class
Subject { get; set; }Gets message subject
SupportedType { get; }Gets the supported item type.

See Also