API Reference
Class
OutlookDistributionList
Typed Outlook personal distribution list with synchronized raw EntryID evidence.
Inheritance
- Object
- OutlookDistributionList
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.DistributionList
Constructors
public OutlookDistributionList() #Methods
public OutlookDistributionListMember Add(EmailAddress address) #Returns:
OutlookDistributionListMemberAdds a portable one-off member and returns its editable model.
Parameters
- address OfficeIMO.Email.EmailAddress
public static Int32 CalculateChecksum(IEnumerable<Byte[]> memberEntryIds) #Returns:
Int32Calculates the MS-OXOCNTC seed-zero IEEE CRC over ordered member EntryID bytes.
Parameters
- memberEntryIds System.Collections.Generic.IEnumerable{System.Byte[]}
public OutlookDistributionListValidationReport Validate() #Returns:
OutlookDistributionListValidationReportValidates synchronization, size limits, EntryIDs, and an optional retained checksum.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
Fields
public const Int32 MaximumMemberPropertyBytes #Maximum byte total allowed for either multivalue member property.
Value:
15000