API Reference
| Classic JavaDoc |
ExchangeItem.setMimeContent
public void setMimeContent(String mimeContent)
public void setMimeContent(byte mimeContent)
public void setMimeContent(java.io.InputStream mimeContent)
Sets the MIME content.Throws:
ExchangeServiceException | if any errors occur during the communication with Exchange. |
public void setMimeContent(byte mimeContent)
Sets the MIME content.Throws:
ExchangeServiceException | if any errors occur during the communication with Exchange. |
public void setMimeContent(java.io.InputStream mimeContent)
Sets the MIME content.Throws:
ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus