|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiContact
public final class MapiContact
Represents outlook contact information
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
@Deprecated public static MapiContact load(MapiMessage message)
IllegalStateException
- Message сlass does not meet IPM.Contact@Deprecated public static MapiContact load(String fileName) throws Exception
Exception
@Deprecated public static MapiContact load(InputStream stream) throws Exception
Exception
public MapiMessage getUnderlyingMessage()
public MapiContactNamePropertySet getNameInfo()
public void setNameInfo(MapiContactNamePropertySet value)
public MapiContactPersonalInfoPropertySet getPersonalInfo()
public void setPersonalInfo(MapiContactPersonalInfoPropertySet value)
public MapiContactProfessionalPropertySet getProfessionalInfo()
public void setProfessionalInfo(MapiContactProfessionalPropertySet value)
public MapiContactTelephonePropertySet getTelephones()
public void setTelephones(MapiContactTelephonePropertySet value)
public MapiContactElectronicAddressPropertySet getElectronicAddresses()
public void setElectronicAddresses(MapiContactElectronicAddressPropertySet value)
public MapiContactPhysicalAddressPropertySet getPhysicalAddresses()
public void setPhysicalAddresses(MapiContactPhysicalAddressPropertySet value)
public MapiContactEventPropertySet getEvents()
public void setEvents(MapiContactEventPropertySet value)
public String getMessageClass()
IMapiMessageItem
getMessageClass
in interface IMapiMessageItem
public String getBody()
IMapiMessageItem
getBody
in interface IMapiMessageItem
public String getSubject()
IMapiMessageItem
getSubject
in interface IMapiMessageItem
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |