API Reference
Class
OutlookDistributionListMember
One member of an Outlook personal distribution list.
Inheritance
- Object
- OutlookDistributionListMember
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
- Method OutlookDistributionList.Add
- Property OutlookDistributionList.Members
Constructors
public OutlookDistributionListMember() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Byte[] EntryId { get; set; } #Raw direct or wrapped member EntryID.
public Byte[] OneOffEntryId { get; set; } #Raw synchronized One-Off EntryID used to display and address this member.
public EmailAddress Address { get; set; } #Decoded member identity when a valid One-Off EntryID is available.
public OutlookEntryIdKind Kind { get; set; } #Classified direct or wrapped member EntryID family.
public String DecodeError { get; set; } #Decode warning retained for malformed or unsupported source EntryIDs.