|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiPropertyContainer
com.aspose.network.outlook.MapiRecipient
public class MapiRecipient
Represents the recipient information in the Microsoft Outlook Message.
Constructor Summary | |
---|---|
MapiRecipient(int id)
Creates a new instance of the MapiRecipient class. |
|
MapiRecipient(int id,
MapiRecipientType recipientType,
String email,
String addressType)
Creates a new instance of the MapiRecipient class. |
Method Summary | |
---|---|
String |
getAddressType()
Gets the type of the address of the message recipient or sender. |
String |
getDisplayName()
Gets the display name of the message recipient or sender. |
String |
getEmailAddress()
Gets the email address of the message recipient or sender. |
MapiPropertyCollection |
getProperties()
Gets the collection of properties. |
MapiObjectType |
getRecipientClass()
Gets the type of recipent. |
String |
getRecipientDisplayName()
Gets the recipient display name of the message recipient or sender. |
MapiRecipientType |
getRecipientType()
Gets the type of the recipient or sender. |
void |
setAddressType(String type)
Sets the type of the address of the message recipient or sender. |
void |
setDisplayName(String displayName)
Sets the display name of the message recipient or sender. |
void |
setEmailAddress(String emailAddress)
Sets the email address of the message recipient or sender. |
void |
setProperty(MapiProperty property,
int signed,
long propertyTag)
|
void |
setRecipientDisplayName(String displayName)
Sets the recipient display name of the message recipient or sender. |
void |
setRecipientType(MapiRecipientType recipientType)
Sets the type of the recipient or sender. |
String |
toString()
|
Methods inherited from class com.aspose.network.outlook.MapiPropertyContainer |
---|
getCodePage, getProperty, getPropertyBinary, getPropertyBooolean, getPropertyByte, getPropertyDateTime, getPropertyDouble, getPropertyFloat, getPropertyInt, getPropertyLong, getPropertyShort, getPropertyString, getPropertyString, setProperty |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MapiRecipient(int id)
id
- Number of the recipientpublic MapiRecipient(int id, MapiRecipientType recipientType, String email, String addressType)
id
- Number of the recipientrecipientType
- recipient typeemail
- recipient emailaddressType
- recipient address typeMethod Detail |
---|
public MapiPropertyCollection getProperties()
MapiPropertyContainer
getProperties
in class MapiPropertyContainer
public String getAddressType()
public void setAddressType(String type)
type
- the type of the address of the message recipient or senderpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the display name of the message recipient or senderpublic String getRecipientDisplayName()
public void setRecipientDisplayName(String displayName)
displayName
- the recipient display name of the message recipient or senderpublic String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress
- the email address of the message recipient or senderpublic MapiObjectType getRecipientClass()
public MapiRecipientType getRecipientType()
public void setRecipientType(MapiRecipientType recipientType)
recipientType
- the type of the recipient or senderpublic String toString()
toString
in class Object
public void setProperty(MapiProperty property, int signed, long propertyTag)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |