API Reference
Class
EmailRecipient
Associates an address with its recipient role.
Inheritance
- Object
- EmailRecipient
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailDocument.Recipients
Constructors
public EmailRecipient(EmailRecipientKind kind, EmailAddress address) #Creates a recipient.
Parameters
- kind OfficeIMO.Email.EmailRecipientKind
- address OfficeIMO.Email.EmailAddress
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailRecipientKind Kind { get; set; } #Recipient role.
public EmailAddress Address { get; set; } #Recipient address.
public Nullable<Int32> MapiRowId { get; set; } #MAPI row identifier when the source supplies one.
public Nullable<Int32> MapiObjectType { get; set; } #MAPI object type, normally 6 for a messaging user.
public Nullable<Int32> MapiDisplayType { get; set; } #MAPI display type.
public Nullable<Int32> MapiDisplayTypeEx { get; set; } #Extended MAPI display type used to distinguish rooms.
public IList<MapiProperty> MapiProperties { get; } #Recipient-level MAPI properties.
public MapiPropertyBag Mapi { get; } #Typed MAPI access backed by the exact MapiProperties collection.