Browse by Tags

All Tags » DevMsgTeam » Outlook UI   (RSS)
Showing page 1 of 2 (14 total posts)
  • Outlook Custom form : Creating a message class when customizing form pages

    In the Publish Form As dialog box, when you type a name in the Display name field, you will notice that the Form name field reflects the display name by default. You can leave the form name to be the same as the display name or you can change the form name. The display name will be the caption at the top of your form. The display name will also be used to construct the name under which your form will be published. When you publish your form, the display name will be listed in the Choose Form dialog
    Posted to Le Café Central de DeVa (Weblog) by deva on December 29, 2009
    Filed under: Outlook 2007, MAPI, Outlook 2003, Outlook Programming, Custom form, Customization, Outlook UI, DevMSGTeam, development, MAPI Property, Outlook Forms, Outlook, Outlook 2010, form definitions, Message Class
  • Custom forms deployment : Where we can publish Outlook Custom forms?

    In Outlook, custom forms are typically published to a forms library so that only one copy of a form is stored on your computer. Individual items contain a Message Class field that indicates which form to use to display the data that is contained in the item. When you publish custom forms to a forms library, Microsoft Exchange Server-based computers and Outlook use considerably less resources and bandwidth because the form itself does not need to be stored within each individual item. Considerations
    Posted to Le Café Central de DeVa (Weblog) by deva on December 16, 2009
    Filed under: Exchange Server 2007, Exchange Server 2003, Outlook 2007, Outlook 2003, Outlook Programming, Outlook Object Model (OOM), Custom form, Outlook UI, DevMSGTeam, Exchange System Manager, Public Folder, Folder, Publish, Outlook Forms, Organizational Forms Library, Exchange Server, Outlook, one-off form, Outlook 2007 SP2, Outlook 2010, Exchange, Folder Forms Library, form definitions, deploy, Personal Forms Library
  • Outlook Object Model : Why i can’t able to assign value for MAPIFolder.WebViewURL ?

    One of my customer had created an Outlook Add-in using VSTO & Outlook Object Model (OOM). As per the business logic, he need to implement the WebViewURL in it. The MAPIFolder.WebViewURL works fine and take’s us to set value to it most of the times, but it doesn’t function as expected in some time; the strange thing is it’s not throwing any error or exception when we execute the code. //[Code Snippet : C# , VSTO, Outlook Object Model (OOM)] ... //Provide the non-default store path String pstPath
    Posted to Le Café Central de DeVa (Weblog) by deva on February 26, 2009
    Filed under: VSTO, Store, Code Snippets, Outlook 2007, MAPI, E-Book, design, Outlook Add-in, KB, Outlook Programming, Outlook Object Model (OOM), Outlook UI, pane, pst, DevMSGTeam, Outlook UI Issues, development, Folder, Interop, Outlook View, View, WebViewURL, URL
  • Monitoring event sink # 28 - Attachments Are Missing When You Use an Event Sink to Modify the Stream of Messages

    One of my customer reported that they have a store event sink, which is used to modify the stream of incoming messages in Exchange Server environment (2003). But their attachments are missing when they open & view the message in Microsoft Outlook or in Microsoft Outlook Web Access (OWA); But contrarily when we view the message in Microsoft Outlook Express or by using Collaboration Data Objects (CDO), we can open and view the attachments in the message. When we investigated regarding the issue,
    Posted to Le Café Central de DeVa (Weblog) by deva on November 10, 2008
    Filed under: Monitoring Event Sink, Store, Mailbox Store, Exchange Server 2003, CDO, Tutorials, Outlook 2003, Store Sink, mailbox, regevent.vbs, KB, Events, Errors, Troubleshooting, Outlook UI, DevMSGTeam, Known Issues, Programming, hotfix, OWA, Outlook Web Access, Outlook Errors, Outlook Express, systemmailbox, Stream Messages, Attachment
  • Monitoring event sink # 27 - After you register an event sink on a mailbox store, the Microsoft Exchange Information Store service does not start in Exchange Server 2003

    Category: (100) Event ID: 1000 Date: Date Time: Time User: N/A Computer: Computer_Name Description
    Posted to Le Café Central de DeVa (Weblog) by deva on November 10, 2008
    Filed under: Monitoring Event Sink, Store, Mailbox Store, Exchange Server 2003, Tutorials, Migration, Outlook 2003, EXOLEDB, Store Sink, mailbox, regevent.vbs, KB, Events, Errors, Troubleshooting, Outlook UI, DevMSGTeam, Known Issues, Programming, hotfix, Application Log, OWA, Outlook Web Access, Outlook Errors, Outlook Express, systemmailbox, Stream Messages, Attachment, criteria
  • Outlook Programming Series # 14 : How to - Create a Rule to Move Specific E-mails to a Folder programmatically ?

    The code sample uses the RuleAction and RuleCondition objects to specify a rule that moves messages from a specific sender to a specific folder, unless the message contains certain terms in the subject. Note that the code sample assumes that there already exists a folder named "Outlook" under the Inbox. Code snippet: 1: Sub CreateRule() 2: Dim colRules As Outlook.Rules 3: Dim oRule As Outlook.Rule 4: Dim colRuleActions As Outlook.RuleActions 5: Dim oMoveRuleAction As Outlook.MoveOrCopyRuleAction
    Posted to Le Café Central de DeVa (Weblog) by deva on October 10, 2008
    Filed under: Code Snippets, Outlook 2007, Outlook 2003, Rules, Rule, Outlook Programming, Outlook Object Model (OOM), VBA, Outlook UI, DevMSGTeam, development
  • Outlook Programming Series # 13 : Programmatic equivalent for Outlook UI's Send/Receive

    Whenever we work with Outlook 2007 UI, we click either "Send/Receive button" or press "F9" to send and receive emails. In couple of our cases we use to do programmatically you can make use of Outlook Object Model's (OOM) SendAndReceive method. You need to know that calling the SendAndReceive method is synchronous only. Syntax: expression .SendAndReceive( showProgressDialog ) Here, showProgressDialog - Indicates whether the Outlook Send/Receive Progress dialog box should be displayed, regardless of
    Posted to Le Café Central de DeVa (Weblog) by deva on October 10, 2008
    Filed under: Exchange Server 2007, Exchange Server 2003, Code Snippets, Tutorials, Outlook 2007, Office Mac 2004, design, synchronization, Outlook Programming, Outlook Object Model (OOM), Customization, Outlook UI, DevMSGTeam, .Net, development, COM, Send/Receive, SyncObject, Interop
  • Screencast: Outlook Context Menus and Creating a Meeting from an Email

    Please view this wonderful Screencast from channel9, which easily we can able to create our own menu option to the context menu in Outlook. Per jwiese "...would you like to add your own menu option to the context menu in Outlook?  How about turning an email into a new meeting request without having to type in all the attendees or the body and subject?  Well, in this Screencast I'll show you how to add to the context menu and generate a meeting request that includes the email's recipients,
    Posted to Le Café Central de DeVa (Weblog) by deva on October 8, 2008
    Filed under: VSTO, Outlook 2007, Video, Outlook Programming, messages, Customization, Outlook UI, DevMSGTeam, development, Outlook Menu, Context Menu
  • Synchronization : Exchange Server & Outlook

    Exchange Server 2003 and later versions of Exchange Server provide support for certain Outlook features, and Office Outlook 2007 works better with Exchange Server 2003 or later in several ways for other features. Several of these features were introduced in Outlook 2003—most notably for synchronization processing, user synchronization status reports, and junk e-mail filtering. Instant Search and automatic Exchange server discoverability are new in Office Outlook 2007. Synchronization between Outlook
    Posted to Le Café Central de DeVa (Weblog) by deva on October 2, 2008
    Filed under: Exchange Server 2007, Exchange Server 2003, features, Tutorials, Outlook 2007, Outlook 2003, Architecture, Address Book, Cache Mode, design, synchronization, Outlook Programming, Outlook Configuration, Performance, Outlook UI, Outlook Performance, DevMSGTeam, Online Mode, Free/Busy, development, Indexing, Windows Desktop Search, Instant Search, junk
  • Troubleshooting: Exchange environment with Event viewer

    There are quite number of tools available to find the issues with Exchange Server environment. Here we’re going to view about “Event Viewer”. Interestingly Event viewer is it’s not directly meant nor designed for Exchange server, its designed for Windows OS environment. So what can we get in the Event viewer? Using the event logs in Event Viewer, we can gather information about hardware, software, and system problems, and you can monitor Windows operating system security events. In Event Viewer,
    Posted to Le Café Central de DeVa (Weblog) by deva on October 2, 2008
    Filed under: Exchange Server 2007, Exchange Server 2003, de-emphasized features, Tutorials, Outlook 2007, Outlook 2003, Configure, Reviews, Training, design, Outlook Programming, Errors, Troubleshooting, Outlook UI, Outlook Performance, tools, DevMSGTeam, Programming, Outlook UI Issues, development, SMTP Address, debug, System Log, Security Log, Application Log
1 2 Next >

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker