| Thread | Last Post | Replies |
|
| Combining Powershell object properties | 31 Jul 2008 15:02 GMT | 1 |
I was wondering how you would combine two existing object properties into one (in Powershell)? I.E. $_.firstname + $_.lastname = $_.fullname Do you need to you the add-member cmdlet? Thanks, -Nick
|
| OWA 2007 Custom NAV Bar button | 31 Jul 2008 11:21 GMT | 7 |
I am trying to add a new button to the NAVBAR in OWA 2007. This button would just be a hyperlink that would open its target when clicked on. I have done this with OWA 2003, having trouble with 2007. If I modify startpage.aspx and add the code below, a second contacts button
|
| Retrieving calender items only from calender folders. | 29 Jul 2008 20:55 GMT | 1 |
We are querying Exchange Server using WeDav search query for retrieving all Calender items. The query is returning calender items present in all the folders (including deleted items folder, Synch issues, sent items). But we want to retrieve the calender items only
|
| Error Accessing in CdoDefaultFolderTasks | 24 Jul 2008 11:05 GMT | 1 |
Hi To all, I have developed an application Ussing Delphi 5. That Use the MAPI, to replicate Some information From the Calendar of Exchange (Task And Appointments) with another application. At the moment (with Windows AS 2000, Exchange 5.0 and EXchange 2003) I was
|
| Reading mail database (.edb) files | 23 Jul 2008 07:35 GMT | 5 |
Is there anyway to read mail messages from edb files? My objective is to do exchange replica (CCR or LCR) and it will create a passive copy of exchange database. I want to import properties of mail message from this passive copy of
|
| TransportAgent : get attachment file sizes | 22 Jul 2008 01:00 GMT | 1 |
I'm writing a Transport Agent in C#, based on the SmtpReceiveAgentFactory and SmtpReceiveAgent classes How can I get the size of the attachments (if any) that are part of the message that is being trapped by the agent ?
|
| I am getting E_NOINTERFACE while using QueryInterfaceof for IID_IExchangeManageStore4. | 18 Jul 2008 18:33 GMT | 1 |
I am using following code for querying interfaces. HResult hr = MAPILogonEx ( NULL, (LPTSTR)lpcszProfile, (LPTSTR) Password, MAPI_EXTENDED|MAPI_UNICODE|MAPI_NEW_SESSION|MAPI_NO_MAIL|MAPI_TIMEOUT_SHORT, &m_pSession );
|
| Using htmldescription field in Exchange WebDAV contacts | 17 Jul 2008 18:41 GMT | 2 |
I can add text to the note field in an Exchange contact by using PROPPATCH and setting the urn:schemas:httpmail:htmldescription property as long as I don't include any HTML tags. As soon as I put an HTML tag in, it doesn't set the property value at all. Any way to put HTML into a ...
|
| Number of Transaction logs generated | 15 Jul 2008 14:47 GMT | 1 |
Is there a way to check the number of transaction logs generated by a server in a 24 hour period. Is there a script somewhere where i can achive this? -A
|
| WebDAV and Authenticating User against Exchange | 14 Jul 2008 10:26 GMT | 1 |
Hi, I have the following setup. Exchange Server with Forms based authentication. Customised owalogon.asp redirects to custom asp.net page to display informationals to users
|
| Calendar Sharing information | 10 Jul 2008 18:17 GMT | 1 |
I am new to exchange server and MAPI and I want to know what is calendar sharing in Exchange? As per my knowledge, Calendar sharing refers to granting the permission to to user "B" to view/modify the calendar of user "A" like
|
| Outlook Calendar | 10 Jul 2008 06:03 GMT | 1 |
I want to try out MAPI by writing an application, to take a backup of the calendar and restore it. I gone through MAPI Interfaces. But failed to get any interface or API for Calendar. Only i found is free/busy API's but these api's does only reading as
|
| smtp Sink problem | 02 Jul 2008 11:07 GMT | 2 |
I created a small test sink but I can't get it to work: The script : <SCRIPT LANGUAGE="VBScript"> Sub ISMTPOnArrival_OnArrival(ByVal Msg, EventStatus)
|
| Modification of the subject in a protocol event sink | 02 Jul 2008 06:58 GMT | 5 |
I'm trying ti write a protocol event sink that do the following things: read SCL attribute fixed by IMF if SCL > 7
|
| using EWS/Services.wsdl(Exchange WS 2007) in visual studio 2003 | 01 Jul 2008 21:38 GMT | 1 |
I am getting error while adding web referance to Exchange WebService 2007 in Visual Studio 2003. Can anyone help me? Please send some sample code for consuming Exchange WebService 2007 in Visual Studio 2003. Thanks in Advance,
|