No announcements
Found 2915889 threads
-
0 Votes
EWS - C#: How to display emailMessage (problem with Mime content)
Hi, I have a simple problem: I'd like to display emails (retrieved via EWS) in my own c# app (I found no ActiveX componentUnanswered | 1 Replies | 5164 Views | Created by RadigouTD - Wednesday, March 9, 2011 9:48 AM | Last reply by BJJer - Wednesday, March 23, 2011 10:29 AM -
0 Votes
question about EWS and MIME content
).aspx. You can't control the way EWS will return the MIME content but its still structured so its very easy to parse. Eg just use a RegEx to get the ...Answered | 1 Replies | 2955 Views | Created by Woo John - Tuesday, October 30, 2012 3:03 AM | Last reply by Glen Scales - Wednesday, October 31, 2012 4:14 AM -
1 Votes
EWS: how to get attachment mime info (not content)?
attachments? With GetAttachment, I can't get other properties such as mime type either. What if I don't want the attachment content? By ...Unanswered | 10 Replies | 9871 Views | Created by Jamie Lee - Thursday, November 29, 2007 1:53 AM | Last reply by HiroDev - Friday, February 1, 2008 1:06 PM -
0 Votes
PowerShell-EWS How to use .Forward Method of EmailMessage Class
Hello, im new to PowerShell and EWS and would like to know how to forward an E-Mail with the .Forward Method of the ...Answered | 2 Replies | 3020 Views | Created by Ingo D. HH - Wednesday, November 26, 2014 2:44 PM | Last reply by Ingo D. HH - Thursday, November 27, 2014 8:40 AM -
0 Votes
EWS: How to send mime message
Hi David, 1. For the MimeContent how can I specify the Content Type ? 2. Is MimeContent base64 encoded version of rfc821 message ...Unanswered | 2 Replies | 6514 Views | Created by krish.suni - Sunday, August 19, 2007 3:40 AM | Last reply by krish.suni - Monday, August 20, 2007 5:51 PM -
0 Votes
EmailMessage with another EmailMessage as an attachment
I’m desperately trying to create an EmailMessage with another existing EmailMessage as an attachment. If I use the AddItemAttachment<Unanswered | 2 Replies | 2280 Views | Created by Jens Søe Christiansen - Thursday, February 7, 2013 8:38 PM | Last reply by Jens Søe Christiansen - Friday, February 8, 2013 6:29 AM -
0 Votes
[Exchange 2010] [EWS] [C#] Display html email (problem with image)
Hi RadiguoTD, Any luck with this? I have to display a preview of a selected email as well and hit the exact same problem (which is why searching ...Unanswered | 7 Replies | 9397 Views | Created by RadigouTD - Thursday, February 17, 2011 4:33 PM | Last reply by RJP1973 - Friday, July 17, 2015 10:29 AM -
0 Votes
How can i send and receive a S/MIME messages through EWS and C#?
content and how to send it through EWS using C#? ThanksUnanswered | 5 Replies | 9870 Views | Created by a_david1 - Thursday, May 3, 2007 6:04 PM | Last reply by Glen Scales - Thursday, June 8, 2017 4:51 AM -
0 Votes
Error when accessing MIME-Content of emails through EWS
Not sure about the EWS Managed API but with the web services, if you remove the request for the body of the item (<t:FieldURI FieldURI="item:MimeContent"/>) it seems ...Unanswered | 2 Replies | 6825 Views | Created by DanielLW - Thursday, March 15, 2012 11:45 AM | Last reply by Nigel S-Smith - Tuesday, November 11, 2014 9:07 PM -
0 Votes
Problem with MIME Type
I have not been able to find a solution to the problem I first reported here: My Image Item works with bmp images but notUnanswered | 3 Replies | 5211 Views | Created by Steve Harlington - Wednesday, September 24, 2008 2:03 AM | Last reply by Steve Harlington - Thursday, September 25, 2008 1:51 AM -
0 Votes
EWS Managed API Read body of EmailMessage
Using the EWS Managed API I am able to read email messages from a specified Inbox. I want to access the body text of each message. In C#, I am getting ...Answered | 3 Replies | 12464 Views | Created by AsciJA - Wednesday, January 6, 2010 9:23 PM | Last reply by Jaco C - Monday, April 13, 2020 7:48 AM -
0 Votes
Content-Type problem posting MIME over Http
the HttpWebRequest does not allow the boundary parameter of Content-Type header to be set (after a hard return) on next following line - this is expected by the ...Answered | 1 Replies | 5446 Views | Created by Staun - Monday, February 2, 2009 10:25 PM | Last reply by Staun - Thursday, February 5, 2009 3:57 PM -
0 Votes
Send EmailMessage asynchronously using EWS API 1.1
hi, working with Ews api 1.1 to send emails out from a web based client application. Sometimes it takes time to send a message and I don't want to keep the ...Answered | 1 Replies | 2847 Views | Created by Jahedur.Rahman - Tuesday, July 16, 2013 7:14 AM | Last reply by Glen Scales - Wednesday, July 17, 2013 10:55 AM -
0 Votes
Is there a way to display EWS Managed API's EmailMessage with Outlook inspector
that created it. I'm trying to use EWS impersonation (using admin account) to retrieve it and show it in Outlook inspector. I guess I can retrieve no ...Unanswered | 2 Replies | 3889 Views | Created by mr1uk45z - Wednesday, November 17, 2010 10:20 PM | Last reply by mr1uk45z - Thursday, November 18, 2010 4:20 PM -
0 Votes
EWS : Load method: MIME content (I'd like it without attached files)
simple call : GetItem with AdditionalProperties = "item:MimeContent" Does anyone know how to get the Mime ... -
0 Votes
How to get Item (eg. EmailMessage) xml ?
Hi I have an application, which uses webDAV to get EmailMessage (using propfind) in xml format. It returns an xml with the response (message schema ... -
0 Votes
S/MIME encryption/decryption with java EWS api
email client application with exchange office365 server. I have problem with reading S/MIME encrypted email message. I am trying to get sender public key ... -
0 Votes
Problem with MIME Filter for streaming video
to handle when the user clicks on a streaming video link, and pass the ASF file to a windows media player control which is also in my ... -
2 Votes
[UWP][10240][C#] EmailMessage with EmailMessageBodyKind.Html
No matter what I try, I am unable to set my EmailMessage's body with HTML content. string body = "<!DOCTYPE html>Answered | 5 Replies | 2236 Views | Created by A. Bhatnagar - Tuesday, January 12, 2016 6:33 PM | Last reply by FANMixco - Saturday, December 29, 2018 11:31 AM -
0 Votes
Class to represent mime/content type?
Are there any classes in the BCL that represent mime types or content-type headers for HTTP? Maybe something in System.Web or System.Net?Answered | 1 Replies | 3262 Views | Created by Chris O_Brien - Thursday, June 26, 2008 5:55 PM | Last reply by Chris O_Brien - Thursday, June 26, 2008 9:14 PM - Items 1 to 20 of 2915889 Next ›
No announcements