Moyosoft Products | Services | Download | Contact us    
Java Bridge to Exchange
Products  >  Java Bridge to Exchange  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Class AttachmentInfo

java.lang.Object
  └ com.moyosoft.exchange.attachment.AttachmentInfo


public class AttachmentInfo

Contains information on an attachment.

Constructors

public
AttachmentInfo (String name)
Creates an information object for a new attachment with the specified parameters.
public
AttachmentInfo (String name, String contentId)
Creates an information object for a new attachment with the specified parameters.
public
AttachmentInfo (String name, String contentId, String contentType)
Creates an information object for a new attachment with the specified parameters.
public
AttachmentInfo (String name, String contentId, String contentType, String contentLocation)
Creates an information object for a new attachment with the specified parameters.

Methods

String
getContentId ()
Returns an application-specific identifier for the contents of an attachment.
String
getContentLocation ()
Returns the URI corresponding to the location of the content of the attachment.
String
getContentType ()
Returns the MIME type of the attachment content.
String
getName ()
Returns the displayed name of the attachment.
void
setContentId (String contentId)
Sets an application-specific identifier for the contents of an attachment.
void
setContentLocation (String contentLocation)
Sets the URI corresponding to the location of the content of the attachment.
void
setContentType (String contentType)
Sets the MIME type of the attachment content.
void
setName (String name)
Sets the displayed name of the attachment.

Community comments



Powered by JavaDocPlus