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

AttachmentInfo.AttachmentInfo

public AttachmentInfo(String name)

Creates an information object for a new attachment with the specified parameters.

Parameters:
name   the displayed name of the attachment.

public AttachmentInfo(String name, String contentId)

Creates an information object for a new attachment with the specified parameters.

Parameters:
name   the displayed name of the attachment.
contentId   an application-specific identifier for the contents of an attachment.

public AttachmentInfo(String name, String contentId, String contentType)

Creates an information object for a new attachment with the specified parameters.

Parameters:
name   the displayed name of the attachment.
contentId   an application-specific identifier for the contents of an attachment.
contentType   the MIME type of the attachment content.

public AttachmentInfo(String name, String contentId, String contentType, String contentLocation)

Creates an information object for a new attachment with the specified parameters.

Parameters:
name   the displayed name of the attachment.
contentId   an application-specific identifier for the contents of an attachment.
contentType   the MIME type of the attachment content.
contentLocation   the URI corresponding to the location of the content of the attachment.

Community comments



Powered by JavaDocPlus