This class is a subset of Microsoft's MailItem with slight variations. See Microsoft's Outlook MailItem documentation.

Namespace:  RedCritterOutlookClassesV1
Assembly:  RedCritterOutlookClassesV1 (in RedCritterOutlookClassesV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class OutlookEmail
Public Class OutlookEmail
public ref class OutlookEmail

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
EntryID
Headers
This list collection contains the parsed email headers.
Importance
Links
This list collection contains the parsed email links.
SenderAddress
SenderName
Subject

Remarks

Email body content is not availble through RedCritter for privacy reasons.

Inheritance Hierarchy

System..::.Object
  RedCritterOutlookClassesV1..::.OutlookEmail

See Also