net.rim.blackberry.api.mail
Class PDAPContactAttachmentPart
java.lang.Object
net.rim.blackberry.api.mail.BodyPart
net.rim.blackberry.api.mail.PDAPContactAttachmentPart
- All Implemented Interfaces:
- Part
public class PDAPContactAttachmentPart
- extends BodyPart
Provides functionality for address card attachment parts
This class makes use of the Contact class provided by the PIM
API.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
|
Method Summary |
|
void |
setContent(Object content)
Sets the content for this contact attachment part. |
| Methods inherited from class net.rim.blackberry.api.mail.BodyPart |
addHeader, getAllHeaders, getContentType, getHeader, getParent, hasMore, isMimeType, moreRequestSent, removeHeader, setContentType, setHeader, writeTo |
PDAPContactAttachmentPart
public PDAPContactAttachmentPart(Multipart parent)
- Creates a new, empty ContactAttachmentPart instance.
- Parameters:
parent - The multi-part to contain this new object.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
PDAPContactAttachmentPart
public PDAPContactAttachmentPart(Multipart parent,
Contact contact)
- Creates a new ContactAttachmentPart instance for provided contact.
- Parameters:
parent - The multi-part to contain this new object.contact - The contact for which to create this address card attachment.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
setContent
public void setContent(Object content)
- Sets the content for this contact attachment part.
- Specified by:
setContent in interface Part
- Parameters:
content - Must be an instance of a class that implements
the javax.microedition.pim.Contact interface; all other types are ignored.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.