|
|
Browse by Tags
All Tags » DevMsgTeam » contacts (RSS)
Showing page 1 of 2 (11 total posts)
-
Earlier i was working with one of the customer, where he wants to use Outlook Object Model to, - retrieve the default contact folder items - restrict on the retrieved items - get the restricted items and gets its values – Full Name, Categories, FileAs… etc Here is the way that i tried it – Code Snippet for your reference: Dim oOutlook As Outlook.Application Dim oNameSpace As Outlook. NameSpace Dim oFolder As Outlook.MAPIFolder Dim oContacts As Outlook.Items Dim oContact As Outlook.ContactItem Dim
Posted to Le Café Central de DeVa (Weblog) by deva on September 3, 2009
Filed under: Outlook Programming, Outlook Object Model (OOM), contacts, DevMSGTeam, development, Category, Outlook, Application, Outlook Categories, FileAs, Filter, Restrict
-
Whenever we discuss with regards to Outlook Add-in customization, many of our customer(s) or their developers want to customize it according to their requirements. Also they look for the code-samples, related articles to proceed further. In this discussion, i have added couple of Outlook 2007 specific add-ins , code samples along with their download links. Please download the following Outlook add-ins along with the code-samples: Outlook 2007 Add-Ins: RulesAddin, TravelAgencyAddin, and PrepareMeAddin
Posted to Le Café Central de DeVa (Weblog) by deva on September 24, 2008
Filed under: VSTO, Code Snippets, Tutorials, Outlook 2007, Rules, Rule, Add-in, Outlook Add-in, Outlook Programming, Outlook Object Model (OOM), contacts, Form Region, task, Customization, Task Pane, Ribbon, appointment, DevMSGTeam, Programming, downloads, development, IRibbonExtensibility, FormRegionStartup, IRibbonControl, manifest, PropertyChange, Visual Studio 2005 Templates, COM Shim, Outlook 2007 Add-in template, Setup Project
-
Please find the following script that retrieves the FullName and BusinessTelephoneNumber properties for all the contacts in an Outlook address book: 1: On Error Resume Next 2: 3: Const olFolderContacts = 10 4: 5: Set objOutlook = CreateObject( "Outlook.Application" ) 6: Set objNamespace = objOutlook.GetNamespace( "MAPI" ) 7: 8: Set colContacts = objNamespace.GetDefaultFolder(olFolderContacts).Items 9: 10: Set objExcel = CreateObject( "Excel.Application"
Posted to Le Café Central de DeVa (Weblog) by deva on September 17, 2008
Filed under: Outlook 2007, Outlook 2003, Address Book, Outlook Programming, Outlook Object Model (OOM), VBScript, contacts, VBA, DevMSGTeam, Programming, Excel, Export, Vcard
-
When one my customer tried to add a Global Address Book entry to the Contacts folder, the contact is not added. She received the following error message: There is not enough memory to perform the operation. This problem may occur if the size of the certificate data exceeds 32,768 bytes (32 KB). Follow the following steps to resolve the issue: To resolve this problem, apply hotfix 948075. Then, add the StripCertsNotValidForMail value to the registry to enable the hotfix. For more detailed information,
Posted to Le Café Central de DeVa (Weblog) by deva on September 17, 2008
Filed under: Outlook 2007, Outlook 2003, Address Book, KB, contacts, Errors, Troubleshooting, Outlook UI, DevMSGTeam, Known Issues, Outlook UI Issues, hotfix
-
Do you know the support that is available for applications that use the Web Distributed Authoring and Versioning (WebDAV) protocol to access Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003 ? What is supported? Microsoft support the use of the WebDAV protocol for the following items: •Non-recurring appointments •Contacts in Microsoft Outlook that you create or modify •Folders that you create in Outlook and in Exchange 2000 Server or Exchange Server 2003 •E-mail
Posted to Le Café Central de DeVa (Weblog) by deva on July 16, 2008
Filed under: Exchange Server 2007, Exchange Server 2003, Best Practices, Do you know, CDO, API Changes, Outlook 2007, CDOEX, Outlook 2003, WebDAV, KB, Outlook Object Model (OOM), contacts, meeting request, appointment, DevMSGTeam
-
Welcome to Exchange Server 2003 Development Technologies - Series # 1 We know that Outlook Object Model (OOM), integral programming part for client side messaging is used widely. I found this wonderful article , which tabulates the information about using the Outlook Object Model (OOM) to develop messaging applications. As we know, applications run on the client computer can use the Outlook Object Model to programmatically access contacts, messages, calendar items, meeting requests, tasks, and Microsoft®
Posted to Le Café Central de DeVa (Weblog) by deva on May 16, 2008
Filed under: Exchange Server 2003, Calendar, Outlook Object Model (OOM), contacts, Outlook Configuration, messages, task, meeting request, DevMSGTeam
-
Welcome to Outlook Programming series # 7 In this series, we will learn "How to change display Formats Programmatically for All Contacts in Outlook 2007?". I found this wonderful article which describes programatically how to create an add-in to change the FileAs property programmatically for all contacts in Microsoft Office Outlook 2007. It covers the Microsoft Office Outlook 2007 Contacts folder contains information about all your contacts (although it might contain other types of information,
Posted to Le Café Central de DeVa (Weblog) by deva on May 15, 2008
Filed under: VSTO, Code Snippets, Tutorials, Outlook 2007, How to, Add-in, Outlook Programming, COM Add-in, contacts, DevMSGTeam
-
Welcome to Outlook Programming series # 4 In this series, we will learn "How to automatically add contacts to Outlook with Visual FoxPro?". I found this wonderful article , which describes programatically how to add contacts to Outlook with Visual Foxpro environment. As we know Microsoft Outlook is an Automation Server. As such, you can programatically control it from other applications, sending data back and forth...So find the code-snippet which demonstrates how to import the MS Access table data
Posted to Le Café Central de DeVa (Weblog) by deva on May 13, 2008
Filed under: Code Snippets, Outlook 2007, Outlook 2003, How to, Add-in, Outlook Add-in, KB, Automation, Outlook Programming, contacts, visual foxpro, DevMSGTeam
-
Ahhh thats a big one... What is supported: • Non-recurring appointments • Contacts in Microsoft Outlook that you create or modify • Folders that you create in Outlook and in Exchange 2000 Server or Exchange Server 2003 • E-mail messages that you create or modify "All other tasks that use the WebDAV protocol to modify a Web store in Exchange 2000 Server or in Exchange Server 2003 are not supported." Here is a support link: Available support for applications that use the WebDAV protocol to access Exchange
Posted to Dan's WebDAV 101 (Weblog) by danba on May 1, 2008
Filed under: Exchange, 2007, appointment, EWS, 2000, ical, folders, supported, webbdav, 2003, rtf, note, contacts, support, calendaring, vcal vcalendar, notes, not, contact, not supported, email, e-mail, non-recurring, recurring, DevMsgTeam, webdav101blog
-
Microsoft released preliminary protocol documentation for Exchange 2007 (as well as Microsoft Office 2007 and SharePoint Server) as part of Microsoft's Interoperability Principles. The Exchange protocols are now publicly available on the Open Protocol Specifications section of MSDN in preliminary form for developers to review and provide feedback. You can read more about the announcement in this press release. Here is the press release: Microsoft Publicly Posts Additional Protocol Documentation http://www.microsoft.com/presspass/press/2008/apr08/04-08ProtocolPR.mspx
Posted to Dan's WebDAV 101 (Weblog) by danba on May 1, 2008
Filed under: Outlook, meeting, WebDAV, Exchange, properties, security, VCalendar, mime, stream, appointment, distribution, attachments, .msg, mapi, authentication, category, messaging, c++, property, icalendar, availability, folders, descriptor, access, http, rtf, format, transport, meeting requests, guid, autodiscovery, permission, attachent, rfc2445, personal, sms, encode, book, s/mime, rpc, resources, protocol, users, uid, decoding, client, configuration, message body, redirects, X-, rfc2447, rss, ietf, specifications, groups, directory access, protocal, nspi, flagging, journal, mailbox, attachements, extends, personal distribution, flags, provisioned, streams, note, address, events, working, encoding, compressed, search folder, permissions, server, permissible, conversion, standard, schema, hours, directory, body, offline, rfc2446, behalf, structures, notifications, oab, converts, smtp, address book, remote operations, operations, contacts, structure, response messages, MS-OXO-, decode, compressed stream, warning, rights-management, retrieval, information, core, enriched text format, forum, specs, extensions, .msg file, structs, bulk, msg files, object, best body retrieval, voice mail, .msg files, reminder, msg file, bulk data transfer, rights management, enriched, support, mms, templates, pop3, data transfer, phishing, best, compression, document, documentation, DevMsgTeam, webdav101blog
1
|
|
|