Uses of Class
com.aspose.network.outlook.MapiRecipientType

Packages that use MapiRecipientType
com.aspose.network.outlook   
 

Uses of MapiRecipientType in com.aspose.network.outlook
 

Fields in com.aspose.network.outlook declared as MapiRecipientType
static MapiRecipientType MapiRecipientType.MAPI_BCC
          The recipient is a blind carbon copy (BCC) recipient.
static MapiRecipientType MapiRecipientType.MAPI_CC
          The recipient is a carbon copy (CC) recipient, a recipient that receives a message in addition to the primary recipients.
static MapiRecipientType MapiRecipientType.MAPI_ORIG
          The recipient sent the message.
static MapiRecipientType MapiRecipientType.MAPI_P1
          The recipient did not successfully receive the message on the previous attempt.
static MapiRecipientType MapiRecipientType.MAPI_SUBMITTED
          The recipient has already received the message and does not need to receive it again.
static MapiRecipientType MapiRecipientType.MAPI_TO
          The recipient is a primary (To) recipient.
static MapiRecipientType MapiRecipientType.Unknown
          Unknow recipient type.
 

Methods in com.aspose.network.outlook that return MapiRecipientType
 MapiRecipientType MapiRecipient.getRecipientType()
          Gets the type of the recipient or sender.
static MapiRecipientType MapiRecipientType.getRecipientType(int value)
          Gets MapiRecipientType
 

Methods in com.aspose.network.outlook with parameters of type MapiRecipientType
 void MapiRecipient.setRecipientType(MapiRecipientType recipientType)
          Sets the type of the recipient or sender.
 

Constructors in com.aspose.network.outlook with parameters of type MapiRecipientType
MapiRecipient(int id, MapiRecipientType recipientType, String email, String addressType)
          Creates a new instance of the MapiRecipient class.
 



Copyright © 2011 Aspose. All Rights Reserved.