public interface IMailAddress
Represents a common mail address interface
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getDisplayName() |
void |
setAddress(String value) |
void |
setDisplayName(String value) |
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.