|
|
Browse by Tags
All Tags » DevMsgTeam » Do you know (RSS)
Showing page 1 of 2 (16 total posts)
-
You can get the MAPI reference for Outlook 2010 using MSDN: http://msdn.microsoft.com/en-us/library/cc765775(office.14).aspx MAPI for Outlook 2010 provides a set of interfaces, functions, and other data types to facilitate the development of Outlook 2010 messaging applications. Applications and transports use MAPI to manipulate e-mail data, to create e-mail messages and the folders to store them in, and to support notifications of changes to existing MAPI-related data. Something related, that if
Posted to Le Café Central de DeVa (Weblog) by deva on July 29, 2009
Filed under: Do you know, MAPI, DevMSGTeam, development, functions, interfaces, Documents, Reference, samples, Outlook 2010, Office 2010 Series
-
Now, you can download Microsoft Office Suite Service Pack 2 which provides the latest updates to the 2007 Office Suite. It consists of, Previously unreleased fixes that were made specifically for this service pack. In addition to general product fixes, this includes improvements in stability, performance, and security. You can find out more information in Knowledge Base Article 953195 , where product-specific changes are described. All of the Public Updates, Security Updates, Cumulative Updates,
Posted to Le Café Central de DeVa (Weblog) by deva on April 28, 2009
Filed under: Do you know, Outlook 2007, Calendar, KB, Performance, Outlook Performance, Daylight Saving Time (DST), DevMSGTeam, Known Issues, downloads, Download, Outlook, changes, Outlook 2007 SP2
-
Have you tried programmatically combining the two powerful enterprise tools: SQL Server 2005 (table-valued user-defined functions) with Exchange Server 2007(Exchange Web Services)? I followed the Microsoft article written by Jim Kleewein and Ray Dixon, which talks about how we can combine the SQL Server tables and Exchange Web Services to provide data from both Microsoft Exchange and SQL Server to client applications so that the data appears as if it were stored in SQL Server. SQL Server tables:
Posted to Le Café Central de DeVa (Weblog) by deva on December 21, 2008
Filed under: Exchange Web Services (EWS), Exchange Server 2007, Do you know, Code Snippets, mailbox, DevMSGTeam, downloads, development, Visual Studio 2005 Templates, Client Access Server (CAS), Authentication, tables, SQL Server
-
What is CDO for Workflow? CDO for Workflow (CDOWF) is built-in functionality provided with Microsoft Exchange 2000 Server. By using CDOWF, which is driven by the Exchange store event architecture, you can design workflow applications without having to write the fundamental code that accesses, modifies, and controls data. CDOWF includes a workflow engine, modeling tools, and an event sink. Applications that use CDOWF are stored on the Exchange server. Direct access to that server, however, is not
Posted to Le Café Central de DeVa (Weblog) by deva on December 17, 2008
Filed under: Exchange Server 2007, Exchange Server 2003, Do you know, Support Guidelines, Not Supported, DevMSGTeam, Download, Documents, Exchange Server, managed, Workflow, cdowf, Windows Workflow Foundation (WWF)
-
This issue happens if the form is not located in a trusted location, such as the Organizational Forms Library on an Exchange Server-based computer. Outlook displays the macro warning message to protect you from potentially malicious programming code, commonly called macro viruses. You cannot directly prevent the warning message from appearing; you must publish the form to a trusted location. In detail , outlook always prompts you before opening an item that contains VBScript code if the item is from
Posted to Le Café Central de DeVa (Weblog) by deva on December 2, 2008
Filed under: Do you know, Outlook 2007, Outlook 2003, design, Outlook Programming, Custom form, Troubleshooting, DevMSGTeam, Outlook Forms
-
I tried to compose the test and troubleshooting tools for various exchange technologies. This initial list upto Exchange Server 2003. Technology Tools for test and troubleshooting tools Active Directory Services Interfaces (ADSI) All standard test and debugging tools, as well as other Microsoft and third-party test and debugging tools, can be used. Collaboration Data Objects for Windows 2000 (CDOSYS) No special debugging tools are needed to debug applications that use CDOSYS. CDOSYS SMTP/NNTP Event
Posted to Le Café Central de DeVa (Weblog) by deva on October 29, 2008
Filed under: Monitoring Event Sink, Exchange Server 2007, Exchange Server 2003, Exchange Tools, Do you know, CDO, Tutorials, EXCDO, CDOSYS, CDOSRV, CDONTS, CDOEX, CDOEXM, EXOLEDB, WebDAV, SMTP Sink, Active Directory, Troubleshooting, DevMSGTeam, Exchange System Manager, development, debug, Exchange Object
-
I composed couple of Windows PowerShell questions: Can you create your own PowerShell object? We can write a Cmdlet, but we have to do that with a .NET Framework language such as C# or VB.NET. Can we create a.BAT file using PowerShell? No. But we can create PowerShell scripts, which have a .PS1 file extension Can we run a .VBS file natively run in PowerShell? No, we can't. Can we work PowerShell against remote systems? If so how? PS 1.0 will not work against remote systems. However, we can call WMI
Posted to Le Café Central de DeVa (Weblog) by deva on October 28, 2008
Filed under: Exchange Server 2007, Do you know, cmdlet, Powershell, VBScript, DevMSGTeam, Exchange Object, Namespace, Providers, Gotcha
-
Microsoft Product Lifecycle for various versions of Visual Basic Products Released General Availability Date Mainstream Support Retired Extended Support Retired Service Pack Retired Notes Visual Basic .NET 2002 Standard Edition 4/15/2002 7/10/2007 7/14/2009 Visual Basic .NET 2003 Standard Edition 7/10/2003 10/14/2008 10/8/2013 Visual Basic 2005 Express Edition 1/14/2006 4/12/2011 4/12/2016 Visual Basic 2008 Express Edition 2/19/2008 Review Note Review Note Mainstream support will end two years after
Posted to Le Café Central de DeVa (Weblog) by deva on October 15, 2008
Filed under: Exchange Server 2007, Exchange Server 2003, Do you know, Tutorials, Outlook 2007, Outlook 2003, Support Guidelines, Office Mac 2004, entourage, what-is-what, DevMSGTeam, VS2005, C#, Outlook Express, Product Life Cycle, Visual Basic
-
One of my customer uses MS Windows XP SP3 & Outlook 2007 reported that whenever he tries to connect to the Internet service provider (ISP) to retrieve messages from POP3, his earlier entered password is not retained. He was pretty sure that he chose to save the password. Also he tried to entering the correct password again does not resolve the issue. This issue occurs for one or more of the following reasons: • You have a corrupted Outlook profile or a corrupted Outlook Express identity.
Posted to Le Café Central de DeVa (Weblog) by deva on September 11, 2008
Filed under: Exchange Server 2007, Exchange Server 2003, Best Practices, Do you know, Tutorials, Outlook 2007, FAQ, Outlook 2003, How to, Help, Add-in, Outlook Add-in, COM Add-in, what-is-what, Outlook Configuration, Errors, Troubleshooting, Outlook UI, General, pst, DevMSGTeam, Known Issues, Outlook UI Issues
-
Do you know, that using .NET Framework 3.5 SP1 hereafter we can launch our managed code from a network share. I read this wonderful blog posted by Vance Morrison , who is an Architect for .Net runtime team. Certainly i believe this will relive lot of deployment related pain specially...
Posted to Le Café Central de DeVa (Weblog) by deva on August 14, 2008
Filed under: Best Practices, Do you know, Tutorials, design, Help, Customization, General, DevMSGTeam, Programming, .Net
1
|
|
|