MapiDistributionList Constructor (String, MapiDistributionListMemberCollection) |
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic MapiDistributionList(
string displayName,
MapiDistributionListMemberCollection members
)
Public Sub New (
displayName As String,
members As MapiDistributionListMemberCollection
)
public:
MapiDistributionList(
String^ displayName,
MapiDistributionListMemberCollection^ members
)
new :
displayName : string *
members : MapiDistributionListMemberCollection -> MapiDistributionList
Parameters
- displayName
- Type: SystemString
The display namme. - members
- Type: Aspose.Email.MapiMapiDistributionListMemberCollection
The recipiens.
See Also