bmail to send mail to an exchange server
Hello, I want to run bmail from the command prompt to send a mail.I am using exchange sever 2003 as as the mail server,when ever i enter the script it tells me that socket closed.Plz can any one help.. ...
Hello, I want to run bmail from the command prompt to send a mail.I am using exchange sever 2003 as as the mail server,when ever i enter the script it tells me that socket closed.Plz can any one help.. ...
Is it possible to write C# code as below and send email using mnetwork in different country? MSExchangeWebServiceURL = mail.something.com/ews/exchange.asmx It's a web service URL. This works great when I run the same code from home network, my friends home network anywhere around, but when I run it from my client's location in Columbi...
Hi, i want to count the unread emails in exchange with c# i all conected to the exchange, and get all users and the corresponding email. for the connection i have .. RunspaceConfiguration rsConfig = RunspaceConfiguration.Create(); PSSnapInException snapInException = null; PSSnapInInfo info = rsConfig...
I'm trying to use the EWS API to access an Exchange server from a console program i'm writing. I've specified the type of exchange server i'm connecting to but when I try to execute the code i have, it gives me Error 1 The type 'System.TimeZoneInfo' is defined in an assembly that is not referenced. You must add a reference to assembly '...
Sorry, I know it sounds subjective, but it's quite technical and specific. But any brainstorming is quite welcome and there may not be one right answer. So, I'm working on a new project that will involve various tools for Exchange Server 2007/2010, most of these tools would ideally be Firefox add-ons and now with Google Chrome having ...
I'm trying to send an email via some C# ASP.NET code. This is being sent to our internal mailrelay server, with our standard "from" address (e.g. [email protected]). In some instances, this is getting through OK, in others, it's getting blocked by the Spam Filter. An example of our Web.config <mailSettings> <smtp from="no-reply@dom...
I have found that if I move a message using IMAPIFolder::CopyMessages (using the MESSAGE_MOVE flag) the message gets a new entry ID. However I do not see any reliable way of getting the entry ID of the message in its new location, or otherwise getting a reference to it. The best suggestion I have had so far involves tagging the message ...
Hello, I'm desperately looking for some statistics about usage of POP versus IMAP versus Exchange-MAPI, especially in professional context. I know IMAP is used for accessing mails from mobile devices with limited bandwidth, whereas POP is the good old standard, and Exchange is more business-oriented. Does someone know the approximate pe...
Trying to find emails from an inbox using exchange webservices (against exchange 2007). the subject of which should not be empty. Tried the following: searchFilterCollection.Add(new SearchFilter.IsNotEqualTo(EmailMessageSchema.Subject, string.Empty)); and searchFilterCollection.Add(new SearchFilter.IsNotEqualTo(EmailMessageSchema.Su...
Is reading emails from an Exchange server account possible with Coldfusion? If so, how? ...
Is there any public Exchange server (emulator) that I can use to test / experiment with my Exchange Web Services implementation? ...
I am looking at mail messages in my Exchange account, and I see many with the following body element declaration: <body ocsi="x"> What is this attribute supposed to mean? ...
Hi I am new to c# and have been asked to read in the title and contents of emails that arrive in a particular email account and them store them in SQL. I initially thought this must be easy but I cannot find any simple tutorials or samples. Can anyone help? ...
I have a list of People and E-Mail addresses that my client would like to be able to download and then import into their GAL (Global Address List) in Outlook. Right now it is in a DataGrid. Several questions... Is that possible? What format do I need to put the list into so that it can be imported? How do I import it? I haven't bee...
I need to get the Contact from a contact and contact from a calendar. I look everywhere on the net but impossible to find the answer. Does anyone know how to do this? I develop my application in C#. ...
Hi- I'm trying my hand at using the Viewpoint gem (by zenchild @ github) as the base for a meeting scheduling system. It's great at reading calendar information from regular Exchange 2007 accounts, but I got stuck trying to change the SOAP request header to allow me to read resource accounts as a delegate. I came across http://blogs.m...
could you please tell me that if i want to remove the meeting from calendar by sending the mail how can i do it. i am sending the meeting request to outlook through the c# its working fine but i want the cancellation also. is it possible ? ...
I have tried to hack together a small test project, but it fails with "400 Bad Request" so I'm pretty sure I have done something very basic wrong, but the examples I've found are all in the form of questions, only showing minor pieces of the puzzle, such as a request XML for public folders or whatnot. Is there a complete example somewhe...
I want to develop a module to implement such a feature: when exchange receive emails in the mailbox : [email protected] the module will be triggered and modify the email's TO Address to /test/@smb.local and save back to mailbox [email protected]. Thanks in advance! ...
Guys, Have you come across any solution that would allow me to sync an exchange accounts calendar, with a google calendar? I'm aware of the desktop sync client, but this requires Outlook to be running on some machine, somewhere. Which is something I'd like to try and avoid if possible. I can run the syncing app on some VPS or something...