Browse by Tags

All Tags » devmsgteam » Configure   (RSS)
Showing page 1 of 2 (12 total posts)
  • Customizing OWA 2007 language settings

    With the continuation of the previous blogpost , today we’re going to see how we can use Microsoft Office Outlook Web Access or the Exchange Management Shell to configure language settings for Outlook Web Access in Microsoft Exchange Server 2007. Microsoft have provided various options to customize the OWA pages, contents/images/themes in a simpler way. As a part of that, we cam make sure that we can do the language setting for OWA, which determines the language of the Outlook Web Access logon page
    Posted to Le Café Central de DeVa (Weblog) by deva on March 2, 2009
    Filed under: Locale, Exchange Server 2007, Best Practices, cmdlet, Powershell, Exchange Management Shell (EMS), API Changes, Support Guidelines, Configure, mailbox, Errors, Customization, DevMSGTeam, development, OWA, Client Access Server (CAS), Forms Based Authentication, logon, identity, bulk, Language, Regional Settings
  • Unicode mails send using CDOSYS & Bodypart show special or funny characters in message body

    Recently I was working with a Customer who uses ASP & CDOSYS to send Unicode content e-mails. He had the following partial code-snippet: ... Set objMail = Server.CreateObject( "CDO.Message" ) 'Create CDO.Message Object Set objBodyPart = objmail.BodyPart 'Create BodyPart objBodyPart.Charset = "UTF-8" 'Set relevant Charset   Set objConf = Server.CreateObject( "CDO.Configuration" ) 'Create Configuration Object Set objFields = objConf.Fields 'and set its Configuration
    Posted to Le Café Central de DeVa (Weblog) by deva on February 3, 2009
    Filed under: CDOSYS, Configure, DevMSGTeam, SMTP, Unicode, TextBodyPart, ASP, e-mail, Charset, HTMLBodyPart, UTF-8, BodyPart
  • How to configure user permissions to relay e-mail message through SMTP Service?

    You need to configure the user permissions to relay e-mail messages through the SMTP service. Do the following steps: Click Start , click Run , type inetmgr or open Internet Information Manager from Control Panel > Administrative Tools, and then click OK . Expand ComputerName , and then right-click a valid SMTP virtual server. Note The placeholder ComputerName represents the name of the local computer. Click Properties . On the Security tab, add the user account as an Operator, which you want
    Posted to Le Café Central de DeVa (Weblog) by deva on December 30, 2008
    Filed under: CDO, CDOSYS, Configure, design, DevMSGTeam, Security, development, debug, SMTP, permissions, IIS, Authentication, relay
  • Sending email using CDO & remote SMTP Server

    Assume that the computer on which this example will run has neither a SMTP service nor Microsoft Outlook® Express installed. In this case, you need to send the message through some SMTP service on the network and must configure the Message object completely. Further assume that the SMTP service through which you intend to send messages requires that you authenticate yourself using basic (clear-text) authentication. An instance of the Configuration Component Object Model (COM) class is created and
    Posted to Le Café Central de DeVa (Weblog) by deva on December 30, 2008
    Filed under: CDO, Tutorials, CDOSYS, Configure, Ports, design, Troubleshooting, DevMSGTeam, development, debug, SMTP, Schema, definitions, Authentication, System.Net
  • Exchange Server 2007 : Getting Mailbox statistics using C#.Net & Exchange Powershell

    In this session, we will have a look about how to get the mailbox statistics information using from Exchange Server 2007 SP1 using C#.Net & Exchange Powershell. I tried the following code to get the mailbox statistics… 1: .... 2: //Create Runspaceconfiguraiton object 3: RunspaceConfiguration config = RunspaceConfiguration.Create(); 4: PSSnapInException snapEx = null ; 5:   6: //Add it to the Powershell SnapIn 7: PSSnapInInfo info = config.AddPSSnapIn( "Microsoft.Exchange.Management.PowerShell.Admin"
    Posted to Le Café Central de DeVa (Weblog) by deva on December 21, 2008
    Filed under: Exchange Web Services (EWS), Exchange Server 2007, Code Snippets, Powershell, Exchange Management Shell (EMS), Configure, mailbox, DevMSGTeam, Programming, development, C#
  • Tutorial : Organizational Forms Library - Series # 2

    Can we create it programmatically? To create it programmatically using MAPI, we need to make use of CreateFolder() , the MAPI function. It is necessary to have very special privileges (obtained by opening the store with an EntryID created using IExchangeManageStore::CreateStoreEntryID()) to get it to work. Please refer the following KB to create Org. forms library programmatically. How to create Org. Forms Library in Exchange Server 2003 ? To create a new Organizational Form in Exchange Server 2003
    Posted to Le Café Central de DeVa (Weblog) by deva on October 22, 2008
    Filed under: Locale, Exchange Server 2007, Exchange Server 2003, cmdlet, Tutorials, Exchange Management Shell (EMS), Outlook 2007, MAPI, Outlook 2003, Configure, design, How to, Outlook Programming, C++, Troubleshooting, Customization, DevMSGTeam, Programming, Public Folder, Security, development, MAPI Property, permissions, EFORMS, Outlook Forms, Organizational Forms Library
  • 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
  • Windows Desktop Search 3.0 does not return Outlook 2007 e-mail items

    When you use Windows Desktop Search 3.0 together with Microsoft Office Outlook 2007, you experience the following symptoms: • No e-mail items are returned when you use Windows Desktop Search to search for items. • On a Microsoft Windows XP-based computer, Outlook may not appear on the All Locations menu in Windows Desktop Search. • When you open the Indexing Options item in Control Panel, you experience one of the following symptoms: • Microsoft Office Outlook does not appear
    Posted to Le Café Central de DeVa (Weblog) by deva on September 24, 2008
    Filed under: Outlook 2007, Configure, KB, Outlook Performance, DevMSGTeam, Known Issues, Outlook UI Issues, Indexing, Windows Desktop Search
  • Your system is low on virtual memory?

    Couple of customers reported that he face a strange error with Outlook 2007/2003: When you start any of the Microsoft Office 2007 or Microsoft Office 2003 programs, you may receive an error message that is similar to the following error message: Your system is low on virtual memory. To ensure that Windows runs properly, increase the size of your virtual memory paging file. For more information, see Help. If you click OK , you may receive the following error message: Your system is low on virtual
    Posted to Le Café Central de DeVa (Weblog) by deva on August 26, 2008
    Filed under: Best Practices, Outlook 2007, Outlook 2003, Configure, Help, KB, Performance, Outlook Performance, DevMSGTeam
  • Can’t connect via Internet to Exchange Server 2003 from Outlook 2003/2007?

    When you try to use Microsoft Office Outlook 2007 or Microsoft Office Outlook 2003 to connect over the Internet to your mailbox on a Microsoft Exchange Server 2003 based-computer, you are prompted for your logon credentials many times, and you do not connect to Exchange Server 2003. It may be the issue with regards to Remote procedure call (RPC). Please find the following Microsoft Support KB article which provides what is the issue all about and its resolution.
    Posted to Le Café Central de DeVa (Weblog) by deva on August 26, 2008
    Filed under: Exchange Server 2003, Outlook 2007, Outlook 2003, Configure, Help, KB, Errors, DevMSGTeam
1 2 Next >

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