Outlook Integration (Add-Ins)

Status
Not open for further replies.

paruvella

Member
I have a scenario like, from my database how many favorite clients are there, that many folders I have to create in Outlook under Inbox/Archive folders.


And based on the selection of particular client folder, need to display some information of corresponding client.




For e.g. I have 101, 102, 103 has my favorite clients. I had made these clients as my favorite from other application.




When I opened my outlook, it has to show that three projects as folders under Inbox/Archive folder tree. When I select the 101 client it has to display some information of the same client in white space of outlook.




Later if I made 103 as my non-favorite, it has to reflect the same in outlook. i.e. it has to delete that folder from outlook.




In the last I want to synch this folder structure according to the database.




How we can achieve same thing using VSTO. If any clue on this, please help me out.




[I am able to create simple folders using VSTO and able to display information of a client statically. i.e. Not able to synch with the Database, according to the above example]




Thanks in advance. :)




Regards,


Santosh Kumar Paruvella,
 
There's nothing simple about writing synch software for Outlook. What

exactly do you want to synch? Do you want to synch items in those folders or

what?

Also, please post your Outlook version. We really know nothing about the

database, your Outlook version, what language, whether you are familiar with

using VSTO or not or just about anything else.

"paruvella" <paruvella.3yp7ga@invalid> wrote in message

news:paruvella.3yp7ga@invalid...

> I have a scenario like, from my database how many favorite clients are
> there, that many folders I have to create in Outlook under Inbox/Archive
> folders.
> And based on the selection of particular client folder, need to display
> some information of corresponding client.

> For e.g. I have 101, 102, 103 has my favorite clients. I had made these
> clients as my favorite from other application.

> When I opened my outlook, it has to show that three projects as folders
> under Inbox/Archive folder tree. When I select the 101 client it has to
> display some information of the same client in white space of outlook.

> Later if I made 103 as my non-favorite, it has to reflect the same in
> outlook. i.e. it has to delete that folder from outlook.

> In the last I want to synch this folder structure according to the
> database.

> How we can achieve same thing using VSTO. If any clue on this, please
> help me out.

> [I am able to create simple folders using VSTO and able to display
> information of a client statically. i.e. Not able to synch with the
> Database, according to the above example]

> Thanks in advance. :)

> Regards,
> Santosh Kumar Paruvella,

> > paruvella
> >
 
Thanks , for your response to my question. Please find below further details of my question.


I think this gives you the clear picture of my mission.


I am posting this details as two parts due to restrictions of query length.


Part - I


I have idea on VSTO applications. My outlook version is 2007 and 2003. (Need Add-ins for both versions).


I am a Dynamics Ax Technical Consultant and working on integration projects, using Visual Studio (C#).


In Dynamics Ax we have Enterprise Portal (EP), I want to display some of the web parts which are deployed on the page (*.aspx) pertaining to the client details, based on the selection of client (101,102 & 103) folder.


The favorite client option will be checked/Unchecked from Ax application. Based on the check/Uncheck option, it should reflect the folder structure (this is I mentioned as synch with the database).






There's nothing simple about writing synch software for Outlook. What


exactly do you want to synch? Do you want to synch items in those folders or


what?




Also, please post your Outlook version. We really know nothing about the


database, your Outlook version, what language, whether you are familiar with


using VSTO or not or just about anything else.




--


















"paruvella" <paruvella.3yp7ga@invalid> wrote in message


news:paruvella.3yp7ga@invalid...

>

> I have a scenario like, from my database how many favorite clients are

> there, that many folders I have to create in Outlook under Inbox/Archive

> folders.

> And based on the selection of particular client folder, need to display

> some information of corresponding client.

>

> For e.g. I have 101, 102, 103 has my favorite clients. I had made these

> clients as my favorite from other application.

>

> When I opened my outlook, it has to show that three projects as folders

> under Inbox/Archive folder tree. When I select the 101 client it has to

> display some information of the same client in white space of outlook.

>

> Later if I made 103 as my non-favorite, it has to reflect the same in

> outlook. i.e. it has to delete that folder from outlook.

>

> In the last I want to synch this folder structure according to the

> database.

>

> How we can achieve same thing using VSTO. If any clue on this, please

> help me out.

>

> [I am able to create simple folders using VSTO and able to display

> information of a client statically. i.e. Not able to synch with the

> Database, according to the above example]

>

> Thanks in advance. :)

>

> Regards,

> Santosh Kumar Paruvella,

>

>

> --

> paruvella

>

>
 
Part-II


In simple the tree structure looks like as follows…


InBox/Archive Folder


|


My Favorite Client


|


101


102


103


I had done same thing, by placing some option on the Outlook Toolbar/Menu.


Can we achieve the same without user’s explicit actions (selecting Menu/Toolbar options)?
I want to go like when the users open/close the outlook. How to track these close/open events of outlook.



In simple I made 101, 102 & 103 as my favorite clients and when I opened the outlook, it has to show three folders under My Favorite Client folder. Now I had made 103 is my non-favorite, again I will close and open the outlook. Now it has to show only 101 and 102 under My Favorite Client folder.




Regards,


Santosh Kumar Paruvella


Thanks , for your response to my question. Please find below further details of my question.


I think this gives you the clear picture of my mission.


I am posting this details as two parts due to restrictions of query length.


Part - I


I have idea on VSTO applications. My outlook version is 2007 and 2003. (Need Add-ins for both versions).


I am a Dynamics Ax Technical Consultant and working on integration projects, using Visual Studio (C#).


In Dynamics Ax we have Enterprise Portal (EP), I want to display some of the web parts which are deployed on the page (*.aspx) pertaining to the client details, based on the selection of client (101,102 & 103) folder.


The favorite client option will be checked/Unchecked from Ax application. Based on the check/Uncheck option, it should reflect the folder structure (this is I mentioned as synch with the database).
 
and another one important point is, i want to disable the properties of those folders like Delete, Rename, Move, Copy etc...




Thanks in advance,




Regards,


Santosh Kumar




Part-II


In simple the tree structure looks like as follows…


InBox/Archive Folder


|


My Favorite Client


|


101


102


103


I had done same thing, by placing some option on the Outlook Toolbar/Menu.


Can we achieve the same without user’s explicit actions (selecting Menu/Toolbar options)?
I want to go like when the users open/close the outlook. How to track these close/open events of outlook.



In simple I made 101, 102 & 103 as my favorite clients and when I opened the outlook, it has to show three folders under My Favorite Client folder. Now I had made 103 is my non-favorite, again I will close and open the outlook. Now it has to show only 101 and 102 under My Favorite Client folder.




Regards,


Santosh Kumar Paruvella
 
I had completed this mission.... :)




Just i am calling the Create folders method in ThisAddIn_Startup() and deleting the folders in ThisAddIn_Shutdown() method... :) (To be synch with information from DB)




Till now i had tried in a different way... :confused:




Here i have one concern, the deleted folders are still available in Deleted Items.


How can I clean the items from Deleted Items




and i want to disable the properties of newly created folders (properties like Delete, Rename, Move, Copy etc...)




Thanks,




Regards,


Santosh Kumar Paruvella.






and another one important point is, i want to disable the properties of those folders like Delete, Rename, Move, Copy etc...




Thanks in advance,




Regards,


Santosh Kumar
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
denzolotov Outlook Softphone integration Using Outlook 3
R Outlook and Access integration using VBA Outlook VBA and Custom Forms 1
B Sync Google Calendar with Outlook Using Outlook 2
C Multiple accounts on Outlook.com? Using Outlook 3
S Outlook 365 Outlook (classic) Calendar Peek not showing iCloud calendar events Using Outlook 4
P Outlook Calendar entry being used as malware vector. Using Outlook 4
S How to Move Data from Mac Outlook to Windows Outlook? Using Outlook 4
T What is the best way of using the Classic Outlook client to change my email address? Using Outlook 4
T Creating a second email account on an Outlook client Using Outlook 2
Daviddavidsonz How to Schedule Emails in Microsoft Outlook Using Outlook 0
S Rule not running in Outlook Classic unless... Using Outlook 9
J column with actual email address in Outlook Classic Using Outlook 2
S Not receving all email since converting from Outlook 2007 to Outlook Classic Using Outlook 3
Rupert Dragwater Outlook 365 taking too long to synchronize each time email is being checked Using Outlook 17
Hornblower409 Outlook VBA Code Example - Unified inbox in Outlook Classic Outlook VBA and Custom Forms 5
J Need replacement for iTunes to locally (USB) sync. iPhone 17 to Classic Outlook 2024 Using Outlook 4
Thomas Fast Best way to manage incoming customer emails automatically in Outlook? Using Outlook 1
I Outlook 2024 Windows 11 Gmail - sudden log in problems Using Outlook 14
S Outlook Classic on 2024 Using Outlook 10
L Fresh Install of Windows 11, saved previous image, how to retrieve Outlook Contacts Using Outlook 10
C Can't Use Custom Contact form in Outlook Classic since early January 2026 Outlook VBA and Custom Forms 7
e_a_g_l_e_p_i Need help updating email in Outlook 2021 Using Outlook 10
V Outlook spam filter misbehaving Using Outlook 9
L what are the downsides of running both classic and new outlook on same win 11 pc? Using Outlook 2
P Preventing permanent deletions in Outlook on the Web Using Outlook 0
L any trick to embedding images in new outlook and outlook on the web contacts? Using Outlook 4
L new outlook contacts searching Using Outlook 5
R Outlook 2010 Outlook 2010 migration question Using Outlook 2
W New Outlook PEOPLE blank Using Outlook 6
C New Outlook issues with Gmail, particularly labels/folders Using Outlook 3
E What is the next workaround for macro in New Outlook 1.2025.1111.100 Outlook VBA and Custom Forms 3
E Need to digitally sign macro but VBA\Outlook crash Outlook VBA and Custom Forms 4
P Outlook 2003 no longer opens "without" Folder List Showing in Navigation Pane Using Outlook 2
Hornblower409 Outlook 2010 - Never ending update Using Outlook 0
V Outlook created new profile? Using Outlook 1
J Outlook inbox question Using Outlook 4
T How to Add AT&T Contacts to Outlook 365 Using Outlook 5
F Outlook 2021 outlook on iPhone Using Outlook 1
F Outlook 2021 Outlook on iPhone asks for password Using Outlook 0
P ics calendar entries suddenly open up new Outlook Using Outlook 3
P Outlook "forgets" password until system rebooted Using Outlook 2
N Why does Outlook keeping adding to the email address I have in my notes portion of a contact? Using Outlook 2
M Anyone integrated AI website builders with Outlook for automated client communications? Using Outlook 4
V Gmail in Outlook Using Outlook 2
T Where has the Copilot icon gone in my Outlook desktop client? Using Outlook 10
P New way by Microsoft to get people to use the new Outlook Using Outlook 4
C How to keep emails in account in Outlook after closing the IMAP account Using Outlook 1
cymumtaz IMAP calendars in New Outlook Using Outlook 5
T Constantly Have To Log In To Outlook On The Web Using Outlook.com accounts in Outlook 2
T Cannot Find Outlook Noted On Android Using Outlook 4

Similar threads

Back
Top