Home All Groups Group Topic Archive Search About

Exchange: All Versions - Exchange Development

microsoft.public.exchange.development
Score The facts you should know about making money online!
g-rocker - 30 Jul 2005 10:41 PM - 1 message
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>-Discover how to get 1 Million visitors without paying a dime<BR>in ...
Score Meeting Requests
Randy Whitehead - 29 Jul 2005 2:52 PM - 3 messages
I am trying to figure out where to start to programmatically create meeting requests.  I want to add code to our existing software to create a meeting request.  I need to request to always come from the same account/profile, ...
Score ÓëÅÉExchange-MAIL-OA-ÊÓÆµ»áÒé ¼¼Êõ½»Á÷×ÊÔ´ÏÂÔØ www.yupai.net
ÓëÅÉExchange-MAIL-OA-ÊÓÆµ»áÒé¼¼Êõ½»Á÷×ÊÔ´ÏÂÔØwww.yupai.net - 29 Jul 2005 3:21 AM - 1 message
ÓëÅÉExchange-MAIL-OA-ÊÓÆµ»áÒé¼¼ÊõÖ§³ÖÍø [link] »ùÓÚExchange Server¡¢Sharepoint¡¢Live Communications¡¢Live Meeting¼¼Êõ,ÖÂÁ¦Óڰ칫×Ô¶¯»¯Ïµ ...
Score Meeting Requests
Randy Whitehead - 28 Jul 2005 9:09 PM - 1 message
I am trying to figure out where to start to programmatically create meeting requests.  I want to add code to our existing software to create a meeting request.  I need to request to always come from the same account/profile, ...
Score Event Handlers: How to execute a DTS package?
joshm - 28 Jul 2005 8:59 PM - 1 message
Is it possible to execute a DTS package from an Exchange event handler? I want it to run when a Contact is saved or deleted. ...
Score The facts you should know about making money online!
g-rocker - 28 Jul 2005 7:40 PM - 1 message
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>-Discover how to get 1 Million visitors without paying a dime<BR>in ...
Score Auto-incremented user defined field?
joshm - 28 Jul 2005 3:45 PM - 3 messages
Is it possible to create an auto-incremented user defined field in a custom Contact form? If so, how do I do this? Thanks, Josh ...
Score Echange 2003 and MAPI programming
Andy - 28 Jul 2005 8:41 AM - 2 messages
I'm using the following ASP code from the Microsoft website to connect to the Exchange Global Address List:    'CONTAINER CONSTANT    CONST CdoClassContainerRenderer  = 3    'RENDERSTYLE CONSTANTS    CONST CdoFolderContents  = 1    CONST CdoFolderHierarchy = 2 ...
Score owa customization possibility
John McClain - 28 Jul 2005 7:10 AM - 1 message
We are building a  webapp in java. We do NOT want to build an interface for appointments/meetings, calendaring because OWA already has done that. We want to use the above OWA forms by calling them from our web app. HOWEVER, ...
Score integrate OWA into an ASP.NET Application
ellysolution - 27 Jul 2005 10:54 PM - 1 message
Is this possible ...
Score WebDAV: New IPM.Appointment becomes IPM.Post
vincent - 27 Jul 2005 4:59 PM - 3 messages
With Exchange 2003: When I create a new appointment in a public calendar folder with PROPPATCH, I set the properties:      <d:contentclass>urn:content-classes:appointment</d:contentclass>      <e:outlookmessageclass>IPM.Appointment</e:outlookmessageclass> The result after a query is:      <d:contentclass>urn:content-classes:appointment</d:contentclass>      <e:outlookmessageclass>IPM.Post</e:outlookmessageclass> This is consistent with the result in  OWA: I see an object created at the correct date and time in the day/week/month view. But when i choose to modify the object (doubleclick) then it appears to be a Post. In the outlook 2000 client i can not see the object in the day/week/month view. Only in view by category I can see the the object, with a post-icon and without start and end date. I can think of two causes for this problem: 1) The Exchange server has a setting that changes everything received in the calendar folder  to a Post item. But which one? 2) A required property for an Appointment item is missing in my proppatch statement. But which one? Does anyone have a clue what i need to do to make a new Appointment appear like an Appointment and not like a Post? For completeness i include the http message that is sent to Exchange: PROPPATCH /public/Calendar%20R&D/3f5799dcffffffff70e0c18204091331.eml HTTP/1.1 Translate: F Content-Type: text/xml; charset=utf-8 User-Agent: Jakarta Commons-HttpClient/2.0final Host: myhost Content-Length: 915 <?xml version="1.0" encoding="UTF-8"?> <d:propertyupdate     xmlns:d="DAV:"     xmlns:c="urn:schemas:calendar:"     xmlns:dt="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882"     xmlns:m="urn:schemas:httpmail:"     xmlns:e="http://schemas.microsoft.com/exchange">   <d:set>     <d:prop>       <c:instancetype dt:dt="int">0</c:instancetype>       <m:htmldescription>My Appointment</m:htmldescription>       <c:busystatus>BUSY</c:busystatus>       <c:alldayevent dt:dt="boolean">0</c:alldayevent>       <c:reminderoffset dt:dt="int">3600</c:reminderoffset>      <d:contentclass>urn:content-classes:appointment</d:contentclass>      <e:outlookmessageclass>IPM.Appointment</e:outlookmessageclass>       <c:dtstart dt:dt="dateTime.tz">2005-07-25T14:00:00.000Z</c:dtstart>       <c:dtend dt:dt="dateTime.tz">2005-07-25T15:00:00.000Z</c:dtend>       <m:subject>Test</m:subject>     </d:prop>   </d:set> </d:propertyupdate> ...
Score Using the Exchange Backup API
Viraj - 27 Jul 2005 4:19 PM - 1 message
Hello All, I am trying to write an application to backup Exchange server. Below is the function I have written for it. I am using VC++ 6.0 and M.S. Exchange server 2003. My application crashes when I invoke the function ...
Score is the difference this?
ari - 27 Jul 2005 3:09 PM - 5 messages
hey all, i was wondering if the differene between using a managed onSave event sink and one that is not is that: in the managed onSave event sink you don't have to wrap it in a COM+ application? thanks, ...
Score Event Registration error...
Alan Jackson - 26 Jul 2005 6:39 PM - 7 messages
I am new to creating event sinks, so please forgive the newbie question.  I am trying to create an event sink that checks public folders for new messages and sends a notification to a set group of people.  I have a VBS scrip that I am using that I want to run against ...
Score PR_REPLICA_LIST - WebDav
Matt - 26 Jul 2005 2:07 PM - 2 messages
Hi there, Using WebDAV, I read the PR_REPLICA_LIST prop from a Public Folder and use Convert.FromBase64String to get the string, which is fine. I would like to append to it with a new Public Store LegacyExchangeDN, convert it back and send back to the server again. ...
Score XSO usage
Daniel - 26 Jul 2005 1:37 PM - 2 messages
Hi, Has anyone has experience using Exchagne Server Object (XSO)?  We hava a web applicatoin which schedules appointment for our client's meetings and has to go in and update their calendar through outlook.  We use Exchange 2000 and ...
Score is there a way to do this
ari - 26 Jul 2005 12:47 AM - 9 messages
hey all, i've installed the exchange sdk and tried a couple of the samples. exchange store sinks and the notification sample app. i think what i need is the notification sample app but i'm not sure. here's what i'm trying to do. i'd like to write an application against the ...
Score ADC, X500 addresses and adding addresses via IMailRecipient
Steve Martin - 25 Jul 2005 5:28 PM - 1 message
I have an exchange 5.5 system connected to exchange 2003 via the ADC. I have an application thats adds additional smtp email addresses via the IMailRecipient.ProxyAddresse interface. I find when the ADC updates the 5.5 directory and adds additional x500 addresses it can sometimes rewrite the ...
Next »