exchange-server

Getting a EmailMessage Attachment via FileStreamResult

I have this code here where I retrieve an attachment from an Email Message that is on the Exchange Server using EWS Attachment attachment = message.Attachments.Single(att => att.ContentId == Request.QueryString["cid"]); attachment.Load(); FileAttachment fileAttachment = attachment as FileAttachment; ...

ADSI Editor problem

I had an exchange 2007 server in my organization suffer a catostrophic failure and was unrecoverable. I have installed a new Exchange 2007 server and as i expected, the old defunct server still shows up in the hub transport. I am trying to use ADSI to to remove it which I believe generally works, but for some reason on this system will...

Sending Fax using SMTPClient?

Hi, We have a exchangeserver configured to send the attachment of a email as fax if the the "to-address-field" is in the format [fax:user/company@faxnumber] (used internally). It works when I send manually from Outlook. But how can send an email with to-address as above using Smtpclient? Is it possible to suppress the emailaddress valid...

Exchange Server And Network Issue

Hi Everyone, I had a issue with our Domain Controllers last week at our office. First problem is - Network gone down (Domain Controller is Crash and Need replacement) No one can't connect to Network. Second problem is - MS Exchange is Down next day after we replaced the new Domain Controller but Exchange Server is still reference to O...

Exchange auto-forwarding when email is drag into a mailbox

Hi, I set up a mailbox A with auto-fowarding set to send copy to external address B. When I sent email to A I receive copies in B. But not when I drag email from other mailbox say C to A. Why is that? Thanks, ...

Exchange Server 2003 - Set Full Mailbox Access permission for every new user

Hello, We have an Exchange Server running, we're trying to connect with it from an application in another server. Thing is, we have to set some permissions for it to work (we want to access any mailbox with an Administrator mailbox, but we have to set it Full Mailbox Access first). We somehow need to set this for every new user at the mo...

Exchange Server 2003 - Can't connect to exchange server in same machine

Hello, I have an Exchange Server running in a remote machine. We also have an application that connects to this Exchange Server through ActiveDirectory and Independentsoft's WebDav. This works perfectly when I run the application locally, but if I install it in the machine where the Exchange Server is running I only have connectivity wit...

Exchange 2010 - How to access the archived content using API

These days I am investigating whether we can access the archived content present in Exchange 2010 using Web Services or server side API. I need to build a connector against Exchange 2010 and retrieve all the content withing Exchnage 2010. Is this possible? I have seen the below blog, which says that there is no EWS API to access the ar...

integrate check names in asp net from exchange web service...

I want to integrate check names option to my web site via web service, which I have connection using web reference to our exchange server (ews services dll)... ...

CdoTimeZoneId -> TimeZoneInfo

Hello all, I have to convert UMC datetime into user-friendly form, based on time zone, encoded by a single number. This number is a member of CdoTimeZoneId enum ('Value' column here: http://msdn.microsoft.com/en-us/library/ms988620(EXCHG.65).aspx). As far as I understand, CdoTimeZoneId is a part of Exchange Server SDK, but my applicatio...

COM Exception trying to get Presence from Office Communicator 2007

I am building a proof of concept on a new box that has been set up with Windows Server Standard running IIS 7. The task I need to do is take the logged in user and using Office Communicator 2007 check for the presence (and type of presence, online, offline, away, busy etc) of other users on the exchange box on the same machine. The cod...

How to use Microsoft.Exchange.WebServices ?

i try to use : Microsoft.Exchange.WebServices.dll to use outlook. but connection return error Error return line:service.AutodiscoverUrl("[email protected]"); The Autodiscover service could not be located. my codes: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Mail; using ...

Upgrade Exchange 2007 to Exchange 2010

My company is currently using Microsoft Exchange Server 2007 and wants to upgrade to 2010. My company has about 100 employees and a large flow of email messages in every hour. Read from Microsoft article (http://technet.microsoft.com/en-us/library/dd638158.aspx), an extra domain is required for the co-existence when both servers are run...

Question about certificates

Can Microsoft Exchange server's Exchange active sync be used to push certificates to a exchange client? The scenario I am looking at is to push certificates from the exchange server to the client dynamically and not just synchroniation of certificates present on the exchange server prior to client handshaking with the exchange serv...

What does 'Microsoft CDO for Microsoft Exchange' mean from a remote person's point of view?

I've built a product that is fed calendar information, we're going through a beta test phase right now and we've found that when people have: PRODID:Microsoft CDO for Microsoft Exchange We see that in the case of the meeting invite being forwarded to us after the meeting has been scheduled we do not get access to the ATTENDEE rows. I...

Is there a microsoft API that to check whether a given IP address has access to an smtp connector in Microsoft Exchange?

I would like to be able to check, programmatically in c++, as simply as possible whether a given ip address has access on an SMTP connector. In MS exchange management console you can check this from the "receive mail from remote servers that have these IP addresses:" section of the SMTP connector properties->Network. So far the best I ...

Exchange add-in that creates a folder and populates it with quarantine

Hi everyone, I want to develop an Exchange add-in that would automatically add a folder to users' mailboxes in outlook or any other client. The Exchange add-in would allow users to manipulate quarantine mail through this automatically created folder. Quarantine is gathered using a third-party software (acts as a gate to Exchange) and ...

Exchange Server 2003 - Register Event Sync - OnSave OnDelete - Exchange Explorer - RegEvent.vbs

I am trying to add an event sync via the wizard in exchange explorer, that comes from the SDK, to the default public folder calendar without success. Things I am able to do: I can Use the event wizard on a test folder in the same node as the default calendar and add event syncs to a com+ app I have registered with the system. This wor...