Class MessageAddedEventArgs

MessageAddedEventArgs class

Provides data for the MessageAdded event

public class MessageAddedEventArgs : EventArgs

Constructors

NameDescription
MessageAddedEventArgs(string, MapiMessage)Initializes a new instance of the MessageAddedEventArgs class.

Properties

NameDescription
EntryId { get; }Gets the string that represents the EntryId of the added message.
Message { get; }Gets the message that has been added.

See Also