Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.EmailParticipant Class Reference

A helper class that encapsulates a sender or recipient of a mail message More...

Inheritance diagram for HP.HPTRIM.SDK.EmailParticipant:
HP.HPTRIM.SDK.TrimSDKObject

Public Member Functions

 EmailParticipant (string mailAddress, string displayName, string mailType)
 Constructs an email participant from the following fields More...
 
- Public Member Functions inherited from HP.HPTRIM.SDK.TrimSDKObject
 TrimSDKObject ()
 

Properties

string MailAddress [get, set]
 Gets or sets a string containing the actual email address of this email participant More...
 
string DisplayName [get, set]
 Gets or sets a string containing the display name associated with the email address of this email participant More...
 
string MailType [get, set]
 Gets or sets a string containing the mailType description that can be used to interpret the email address of this participant More...
 
- Properties inherited from HP.HPTRIM.SDK.TrimSDKObject
string ErrorMessage [get]
 All TRIM SDK objects have an ErrorMessage property which can be used to examine any error that may have occurred in the most recent method call. More...
 
TrimException Error [get]
 All TRIM SDK objects have an Error property which can be used to examine any error that may have occurred in the most recent method call. More...
 

Detailed Description

A helper class that encapsulates a sender or recipient of a mail message

Constructor & Destructor Documentation

HP.HPTRIM.SDK.EmailParticipant.EmailParticipant ( string  mailAddress,
string  displayName,
string  mailType 
)

Constructs an email participant from the following fields

Property Documentation

string HP.HPTRIM.SDK.EmailParticipant.DisplayName
getset

Gets or sets a string containing the display name associated with the email address of this email participant

string HP.HPTRIM.SDK.EmailParticipant.MailAddress
getset

Gets or sets a string containing the actual email address of this email participant

string HP.HPTRIM.SDK.EmailParticipant.MailType
getset

Gets or sets a string containing the mailType description that can be used to interpret the email address of this participant