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 final String getDisplayName()
Display name of list
public final void setDisplayName(String value)
Display name of list
public final String getId()
Id of list
public final void setId(String value)
Id of list
public final String getChangeKey()
Change key of list
public final void setChangeKey(String value)
Change key of list
public final MailAddress toMailAddress()
Converts the value of the instance to MailAddress.