G
Guest
I was a little miffed that my sales people couldn't access their contacts
when they are offline from the network which the SQL database we use resides
on. So I spent a little time learning how to create an addin. Taking vba &
vb code samples I've pieced together a very simple addin that creates a cache
bcm outlook folder and copies contacts from the Business Contacts folder to
this folder.
The process is kicked of by a button I create on the standard toolbar.
Right now all it does is create the cache folder if it doesn't exist. Then
it verifies the contact FullName field with existing contacts in the cache
folder to prevent writing duplicates. It doesn't have a progress window or
anything, extremely simple.
Thought I would post to see if any others would have an interest in
something like this and try to get ideas before I put too much more time in
it.
Welcome any and all thoughts.
when they are offline from the network which the SQL database we use resides
on. So I spent a little time learning how to create an addin. Taking vba &
vb code samples I've pieced together a very simple addin that creates a cache
bcm outlook folder and copies contacts from the Business Contacts folder to
this folder.
The process is kicked of by a button I create on the standard toolbar.
Right now all it does is create the cache folder if it doesn't exist. Then
it verifies the contact FullName field with existing contacts in the cache
folder to prevent writing duplicates. It doesn't have a progress window or
anything, extremely simple.
Thought I would post to see if any others would have an interest in
something like this and try to get ideas before I put too much more time in
it.
Welcome any and all thoughts.