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
P newly installed Office 365 includes OLD Outlook Using Outlook 2
R Outlook ribbon menu default? Using Outlook 4
H Spam email in Gmail not visible in Outlook Using Outlook 3
J How to transfer Win 10 Outlook to new Windows 11 pc? Using Outlook 8
J Renegade spam URL line displayed in old local Outlook 365 email title Using Outlook 3
G Reduce whitespace in Outlook desktop Contact Cards display Using Outlook 3
C Outlook classic via 365 Using Outlook 2
Dr. Demento Analogous Outlook code to read info into an array (or collection or whatever) Outlook VBA and Custom Forms 7
S Repair Outlook Using Outlook 8
V Outlook Form ListBox is not editable Outlook VBA and Custom Forms 2
F Outlook's contacts Using Outlook 1
D Outlook 2003 stopped dead Using Outlook 2
G Cannot receive emails from gmail account in Outlook 365 Using Outlook 1
E "Cannot display the folder. MS Outlook cannot access the specified file location" Using Outlook 8
P Outlook 2016 Working Offline Using Outlook 2
Rupert Dragwater Cannot reestablish gmail (email address) account in Outlook 365 Using Outlook 11
O Outlook 365 synchronisieren Exchange Server Administration 1
kburrows Outlook Classic - JPG files are corrupted when opened or saved Using Outlook 3
F Sync Outlook Calendar Using Outlook 0
G Change default font size in sticky notes - Outlook Desktop 2021 Using Outlook 2
C VBA in "New Outlook?" Using Outlook 0
D New Outlook with Business Basic Plans Using Outlook 0
D Outlook 2021 not working with Outlook 2003 installed Using Outlook 5
D Outlook 2003 stopped working - get they dialog box asking for username & Password Using Outlook 2
T Outlook 2021 hangs in close on taskbar occasionally Using Outlook 1
M Duplicate removal feature in Outlook 2021 is faulty Using Outlook 2
D.Moore Outlook COM addins source folder Using Outlook 12
P Removing Outlook 365 Account from Send/Receive Using Outlook 3
kburrows Outlook Automatically Merging Contacts Using Outlook 2
A Outlook 2016 Outlook 2016 vs. New Outlook Using Outlook 4
D Outlook Desktop App Email Software Using Outlook 0
efire9207 VBA Outlook Contacts Outlook VBA and Custom Forms 6
M Outlook not logging in to server Using Outlook 0
J Outlook macro to run before email is being send Outlook VBA and Custom Forms 3
R Outlook 2021 change view Using Outlook 2
K Outlook font corrupted in some point sizes, resets on close/open Using Outlook 2
J Is the Windows Outlook Tasks module really going to be gone? Using Outlook 6
F Outlook 2010 and Hotmail Using Outlook 1
A Outlook 2021 needs 'enter' for people search Using Outlook 2
HarvMan Outlook 365 Inbox Font Using Outlook 8
Retired Geek Outlook on MAC delete duplicate Sent emails Using Outlook 0
S New Outlook - IMAP ISSUES and support for addins? Using Outlook 1
C outlook.com fonts Using Outlook 2
R Outlook with several IMAP accounts generating folders with 1111 suffix Using Outlook 0
D Send email from Outlook Alias using Mac? Using Outlook 0
G Reply a selected message and remove blank space before signature Outlook 365 version 2406 64BIT Outlook VBA and Custom Forms 2
G Reply a selected message and remove blank space before signature Outlook 365 version 2406 64BIT Outlook VBA and Custom Forms 0
kburrows "New" Outlook Desktop App Mailbox Size Using Outlook 4

Similar threads

Back
Top