MapiDistributionListMember.MapiDistributionListMember

MapiDistributionListMember constructor

Initializes a new instance of the MapiDistributionListMember class.

public MapiDistributionListMember(string displayName, string emailAddress)
ParameterTypeDescription
displayNameStringThe display name.
emailAddressStringThe email address.

Remarks

If displayName is null or empty this element will not be displayed when you open this DistributionList in Outlook.

See Also