rename the root folder in crm outlook client

Unanswered rename the root folder in crm outlook client

  • woensdag 8 december 2010 15:04
     
     

    hi,

    I am trying to rename the Microsoft CRM root folder to the company name  ( due to company policy)

    I have tried to change the name programmatically using .net code and i have tried VBA also but It doesn't work

    I can rename other folders in outlook but i cannot rename the display name for CRM root folder

    I have changed the name but it still show Microsoft Dynamics CRM in outlook

    below is my code

     Microsoft.Office.Interop.Outlook.Application
                olApp = new Microsoft.Office.Interop.Outlook.Application();

     Microsoft.Office.Interop.Outlook.MAPIFolder
               folder =
               olApp.Session.GetFolderFromID(entryid, storeid);
    folder.Name = "ABC company"

    Thanks

    Marwa

     

     

Alle reacties

  • vrijdag 27 april 2012 22:13
     
     

    Hi Marwa,

    I thought the "root folder name" in Outlook client is just the friendly name of your organization. Can't you change that in SQL, if you don't want to set it for each individual user?

    John