MapiNote.MapiNote

MapiNote()

Initializes a new instance of the MapiNote class.

public MapiNote()

See Also


MapiNote(string, string)

Initializes a new instance of the MapiNote class.

public MapiNote(string subject, string body)
ParameterTypeDescription
subjectStringThe message subject.
bodyStringThe message body.

See Also