ews (Exchange Web Services) Programming Software Development by Gizmo89 Hi Everyone, I'm looking at using ews to move new emails to a sub folder and download attachments to a network drive. I was wondering if anyone had any experience with this particually using VB.net but all and any advice, tips and ideas would be gratefully recieved. Thanks in advance Gizmo! Creating appointments on other calendars, shared with me, using EWS API Programming by A0110 … that are shared with me by using Exchange Services (EWS). -> By shared, i mean those calendars that…: (http://technico.qnownow.com/how-to-create-appointment-using-ews-exchange-web-services/) -> Then I moved on to…Above code is taken from http://stackoverflow.com/questions/23766747/ews-access-all-shared-calendars) The code works fine till I… Veeam Backup for Microsoft 365 - EWS Connection Issue Hardware and Software Microsoft Windows by ammusk354 … and organization parameters are green except the connection to EWS: "Connect to EWS: The request failed with HTTP status 401: ."… Re: ews (Exchange Web Services) Programming Software Development by DeveloperStar There are many C# and VB examples here: [URL="http://www.independentsoft.de/exchangewebservices/tutorial/index.html"]http://www.independentsoft.de/exchangewebservices/tutorial/index.html[/URL] Inner For loop's presence results in wrong output Programming Software Development by leetari …rri_val[i][2309]!=k && rri_val[i][2308]==EWS) e_count++; if(rri_val[i][2309]!=k && …samples' centroids if(rri_val[i][2308]==EWS){ temp+=rri_val[i][j]; //EWS Centroid } centroid[EWS][j]=temp/e_count; temp=0;… incrementing index confusion Programming Software Development by leetari …]; temp1[h]+=temp1[h]; } temp1[h]=sqrt(temp1[h]); sim[EWS][i]=1/(1+temp1[h]); temp1[h]=sqrt(temp1[h… maximum similarity from the 4 for each test samples maxSim = EWS; //max =0 for(int p=1;p<NumClass;p… div background not extended length of screen in Firefox 8 Digital Media UI / UX Design by jesyka82 … in question: [URL="http://dominguezdevelopment.com/EWS/contact.html"]http://dominguezdevelopment.com/EWS/contact.html[/URL] Any ideas how to… Re: incrementing index confusion Programming Software Development by leetari … i=0;i<TestNum;i++){ //Loops 63 times maxSim = EWS; //maxSim = 0; for(int f=0;f<NumClass;f… Re: Access Exchange Mails without C# code? Programming Software Development by Stefano Mtangoo [QUOTE]EWS combines the functionality that is included in WebDAV and CDOEX, … makes common scenarios such as calendaring workflows easy to implement. EWS is a SOAP-based XML Web service that can be… Exchange Web Services : ErrorNonPrimarySmtpAddress Programming Software Development by Dr_Gonzo …-howto-display-a-list-of-calendar-items-in-listview-using-ews.aspx[/url] But I keep on getting the following exception… Access Exchange Mails without C# code? Programming Software Development by Stefano Mtangoo Hi, Is there a way I can access the Exchange Mails/Calendars/Addressbook without .NET or non cross platform thing? I want to access them with C++ but on both MS and Linux I was looking at EWS but it seems it is tied to MS and .NET Please share with me if there is any way Thanks! MS Exchange Web Services and Python Programming Software Development by Stefano Mtangoo Hi, Is there tutorial somewhereto use Python with EWS? I'm trying to develop a program that will interact with Microsoft Exchange Server without using managed services Thanks Re: taking integers from a string and saving them to a 2D array Programming Software Development by lmytilin …;"Pliktrologeiste 3ana tin entoli dinontas 8etikous akeraious apo 1 ews kai 100 ws suntetagmenes!"; else { while ((entoli[a]==' ')||(entoli… Re: email.SendAndSaveCopy(); stuck problem Programming Web Development by krunal1986 … don't know sudden i found my url https://myrul/ews/exchange.asmx that's why the request failed and not… Re: PHP Simple Form with Upload Documents and Image using Modal Popup Form Programming Web Development by diafol Great ews borgyborg. If you have time, perhaps you could post your code so that others may benefit? Thanks. Re: What's up with XOAuth? Programming Web Development by pritaeas I have not used this with PHP, but are you connecting to the Graph API or EWS? Re: Inner For loop's presence results in wrong output Programming Software Development by leetari Sorry people, I already fixed it, it was a wrong size of dimension problem... It's giving me the right output now... L8rz... Re: incrementing index confusion Programming Software Development by WaltP [QUOTE=leetari;]hi all, I have this minor problem which is making me go cranky at the mo.. [/quote] Do other problems make you a little Larry, and others Curly? :icon_rolleyes: [QUOTE=leetari;] Below is the code which I am working on which takes the test sample values stored in my test 2D array subtracts the centroids stored in centroid 2D… Re: div background not extended length of screen in Firefox 8 Digital Media UI / UX Design by rotten69 Maybe because you've got the attribute min-height(do you really need this?) Remove it and see what it looks like. cheers, Re: div background not extended length of screen in Firefox 8 Digital Media UI / UX Design by jesyka82 [QUOTE=rotten69;1718219]Maybe because you've got the attribute min-height(do you really need this?) Remove it and see what it looks like. cheers,[/QUOTE] Without min-height:100% the background on the wrapper does not appear at all in Firefox8. With height:100%, it shows the background, but it is stunted in both Firefox8 AND IE8. Re: div background not extended length of screen in Firefox 8 Digital Media UI / UX Design by jesyka82 [QUOTE=jesyka82;1718339]Without min-height:100% the background on the wrapper does not appear at all in Firefox8. With height:100%, it shows the background, but it is stunted in both Firefox8 AND IE8.[/QUOTE] I stumbled upon a solution on a blog. I set the wrapper position to absolute, set the left position to 50% and set the left margin to a … Re: div background not extended length of screen in Firefox 8 Digital Media UI / UX Design by rotten69 it's hard to solve a problem without experinmanting with things. A handy tool that you may want to use for debugging HTML, JavaScript and CSS. It's a firebug add-on in Firefox browser. I'm glad you found something that helped you with the problem you had.