public final class ExchangeDistributionList extends Object
Represents a Distribution List properties
Constructor and Description |
---|
ExchangeDistributionList() |
Modifier and Type | Method and Description |
---|---|
String |
getChangeKey()
Gets the value of the changeKey property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getId()
Gets the value of the id property.
|
void |
setChangeKey(String changeKey)
Sets the value of the changeKey property.
|
void |
setDisplayName(String displayName)
Sets the value of the displayName property.
|
void |
setId(String id)
Sets the value of the id property.
|
MailAddress |
toMailAddress()
Converts the value of the instance to MailAddress.
|
public String getDisplayName()
Gets the value of the displayName property.
public void setDisplayName(String displayName)
Sets the value of the displayName property.
public String getId()
Gets the value of the id property.
public void setId(String id)
Sets the value of the id property.
public String getChangeKey()
Gets the value of the changeKey property.
public void setChangeKey(String changeKey)
Sets the value of the changeKey property.
public MailAddress toMailAddress()
Converts the value of the instance to MailAddress.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.