Uses of Class
com.jniwrapper.win32.mapi.MailContact.Type

Packages that use MailContact.Type
com.jniwrapper.win32.mapi The com.jniwrapper.win32.mapi package contains classes for working with MAPI. 
 

Uses of MailContact.Type in com.jniwrapper.win32.mapi
 

Fields in com.jniwrapper.win32.mapi declared as MailContact.Type
static MailContact.Type MailContact.Type.BLIND_COPY_RECIPIENT
          Represents the blind carbon copy recipient role of the mail contact.
static MailContact.Type MailContact.Type.COPY_RECIPIENT
          Represents the carbon copy (CC) recipient role of the mail contact.
static MailContact.Type MailContact.Type.RECIPIENT
          Represents the recipient role of the mail contact.
static MailContact.Type MailContact.Type.SENDER
          Represents the sender role of the mail contact.
 

Methods in com.jniwrapper.win32.mapi that return MailContact.Type
 MailContact.Type MailContact.getType()
          Returns the type of the contact.
 

Methods in com.jniwrapper.win32.mapi with parameters of type MailContact.Type
 void MailContact.setType(MailContact.Type type)
          Specifies the type of the contact.
 

Constructors in com.jniwrapper.win32.mapi with parameters of type MailContact.Type
MailContact(MailContact.Type contactType)
          Creates a new instance of the MailContact class.
MailContact(MailContact.Type contactType, java.lang.String address)
          Creates a new instance of the MailContact class by its type and address.