EmailMessage Members

The EmailMessage class represents an e-mail message.

The following tables list the members exposed by the EmailMessage type.

Public Properties

  Name Description
Aa563185.pubproperty(en-us,EXCHG.80).gif Attachments The Attachments property gets the set of attachments from the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif Bcc The Bcc property gets the hidden recipients of the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif Body When overridden in a derived class, the Body property gets the body of the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif CalendarPart The CalendarPart property gets the Multipurpose Internet Mail Extensions (MIME) part of the calendar content of the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif Cc The Cc property gets the secondary recipients of the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif Date The Date property gets or sets the date and time that the message is sent.
Aa563185.pubproperty(en-us,EXCHG.80).gif DispositionNotificationTo The DispositionNotificationTo property gets or sets the recipient for message disposition notifications.
Aa563185.pubproperty(en-us,EXCHG.80).gif Expires When overridden in a derived class, the Expires property gets or sets the date and time the message expires.
Aa563185.pubproperty(en-us,EXCHG.80).gif From The From property gets the author(s) of the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif Importance When overridden in a derived class, the Importance property gets or sets a value that indicates the importance of the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif IsInterpersonalMessage When overridden in a derived class, the IsInterpersonalMessage property gets a value that indicates whether the message is an interpersonal message.
Aa563185.pubproperty(en-us,EXCHG.80).gif IsOpaqueMessage When overridden in a derived class, the IsOpaqueMessage property gets a value that indicates whether the message is encrypted or encapsulated in a format that the EmailMessage class cannot parse.
Aa563185.pubproperty(en-us,EXCHG.80).gif IsSystemMessage When overridden in a derived class, the IsSystemMessage property gets a value that indicates whether the message is a system message.
Aa563185.pubproperty(en-us,EXCHG.80).gif MapiMessageClass When overridden in a derived class, the MapiMessageClass property returns the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif MessageId The MessageId property gets or sets the value of the Message-ID header for the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif MessageSecurityType When overridden in a derived class, the MessageSecurityType property gets a value that indicates the type of security for the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif MimeDocument When overridden in a derived class, the MimeDocument property gets the underlying MimeDocument for the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif Priority When overridden in a derived class, the Priority property gets or sets one of the Priority values that indicates the priority of the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif ReplyBy When overridden in a derived class, the ReplyBy property gets or sets a value that indicates the date and time by which a reply to the message is expected.
Aa563185.pubproperty(en-us,EXCHG.80).gif ReplyTo When overridden in a derived class, the ReplyTo property gets a value that represents the recipients to whom the message is addressed.
Aa563185.pubproperty(en-us,EXCHG.80).gif RootPart When overriden in a derived class, the RootPart property gets the underlying MimePart for the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif Sender The Sender property gets or sets a value that represents the sender of the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif Sensitivity When overridden in a derived class, the Sensitivity property gets or sets a value that represents the sensitivity of the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif Subject The Subject property gets or sets the subject of the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif TnefPart When overridden in a derived class, the TnefPart property gets the Multipurpose Internet Mail Extensions (MIME) part of the Transport Neutral Encapsulation Format (TNEF) content of the message.
Aa563185.pubproperty(en-us,EXCHG.80).gif To The To property gets the primary recipients of the message.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa563185.pubmethod(en-us,EXCHG.80).gifAa563185.static(en-us,EXCHG.80).gif Create Overloaded. The Create overload creates a new instance of the EmailMessage class.
Aa563185.pubmethod(en-us,EXCHG.80).gif Dispose Overloaded. The Dispose overload releases all resources used by the EmailMessage.
Aa563185.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa563185.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa563185.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa563185.pubmethod(en-us,EXCHG.80).gif Normalize The Normalize method collapses and reorders the Multipurpose Internet Mail Extensions (MIME) hierarchy for the message.
Aa563185.pubmethod(en-us,EXCHG.80).gifAa563185.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa563185.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa563185.protmethod(en-us,EXCHG.80).gif Dispose Overloaded.  
Aa563185.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa563185.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top