com.aspose.email
Interface IMailAddress

All Known Implementing Classes:
MailAddress

public interface IMailAddress

Represents a common mail address interface


Method Summary
 String getAddress()
           
 String getDisplayName()
           
 void setAddress(String value)
           
 void setDisplayName(String value)
           
 

Method Detail

getAddress

String getAddress()

setAddress

void setAddress(String value)

getDisplayName

String getDisplayName()

setDisplayName

void setDisplayName(String value)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.