com.aspose.email
Class MessageObjectRecipientEntity

java.lang.Object
  extended by com.aspose.email.MessageObjectRecipientEntity
All Implemented Interfaces:
IMessageObjectPropertyContainer

public class MessageObjectRecipientEntity
extends Object
implements IMessageObjectPropertyContainer

Represens a recipient entry in message object.


Constructor Summary
MessageObjectRecipientEntity()
           Initializes a new instance of the MessageObjectRecipientEntity class.
 
Method Summary
 MessageObjectPropertiesCollection getProperties()
           Gets the properties set on the recipient.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageObjectRecipientEntity

public MessageObjectRecipientEntity()

Initializes a new instance of the MessageObjectRecipientEntity class.

Method Detail

getProperties

public MessageObjectPropertiesCollection getProperties()

Gets the properties set on the recipient.

Value: The properties.

Specified by:
getProperties in interface IMessageObjectPropertyContainer


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