public class ExchangeDistributionList extends Object
Represents a Distribution List properties
Constructor and Description |
---|
ExchangeDistributionList() |
Modifier and Type | Method and Description |
---|---|
String |
getChangeKey()
Change key of list
|
String |
getDisplayName()
Display name of list
|
String |
getId()
Id of list
|
void |
setChangeKey(String value)
Change key of list
|
void |
setDisplayName(String value)
Display name of list
|
void |
setId(String value)
Id of list
|
MailAddress |
toMailAddress()
Converts the value of the instance to MailAddress.
|
public String getDisplayName()
Display name of list
public void setDisplayName(String value)
Display name of list
public String getId()
Id of list
public void setId(String value)
Id of list
public String getChangeKey()
Change key of list
public void setChangeKey(String value)
Change key of list
public MailAddress toMailAddress()
Converts the value of the instance to MailAddress.
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.