Using Exchange Web Services for email

My exchange administrators are saying that I need Appian to use Exchange Web Services. How can I get Appian to talk using this protocol?

Thanks in advance. I did a search and I didn't see anything after 2015...

OriginalPostID-258508

  Discussion posts and replies are publicly visible

Parents
  • Hi Vinod..Thank you.

    I need help in doing the step 3 of your notes. I have the following code..

              for (Attachment attachment : emailMessage.getAttachments()) {
                                                      fileAttach = (FileAttachment) attachment;
                                                      OutputStream stream = new ByteArrayOutputStream();
                                                      fileAttach.load(stream);

    I couldn't find any sample code from other plug-ins from shared components.
Reply
  • Hi Vinod..Thank you.

    I need help in doing the step 3 of your notes. I have the following code..

              for (Attachment attachment : emailMessage.getAttachments()) {
                                                      fileAttach = (FileAttachment) attachment;
                                                      OutputStream stream = new ByteArrayOutputStream();
                                                      fileAttach.load(stream);

    I couldn't find any sample code from other plug-ins from shared components.
Children
No Data