Transmitting Outlook data to a web server

Status
Not open for further replies.
P

Polaris431

I am looking for a solution on how to publish data in Outlook to a web

server. A custom web app will be written to access the data published

to its server and and display it in some special way. I will either

need to write custom VBA for Outlook that transmits the data to the

web server or use some third-party tool that integrates into Outlook

that will transmit the data for me. The data is sent in only one

direction - from client to server. The data on the server is read-

only. Whenever the user changes data in Outlook, either it gets sent

to the server automatically (the preferred way) or they would be

required to press some button within Outlook on the toolbar to

initiate sending changes.

What possible solutions do I have available? If I have to write custom

VBA, I was thinking of transmitting the data in JSON format to a web

service. Any libraries that you know of that handle this? Or does

Microsoft have tools that can publish the data to the server? Keep in

mind that all I am interested in on the server is just the data and

not the in displaying the data. My web app is responsible for

displaying the data. If I have to store the data in my own database, I

have no problem with that. If some third party tool can transmit the

data, it would have to be possible to access the data from whatever

data store it uses.
 
K

Ken Slovak - [MVP - Outlook]

VBA is not the tool to use, that's for prototyping and not for deployment.

You would be far better off using a COM addin and a programming language

such as C#, VB.NET or even VB6.

You can check to see if what you want exists at all now and does what you

want by looking at the Utilities pages at www.slipstick.com. If nothing does

what you want you're looking at custom software. How you transfer any data

and in what format or with what transport is entirely up to you. You have to

decide what you're most comfortable with. Since you never mention the

Outlook versions you want to support, if Exchange server is involved, or

even what type of server you're talking about, it's impossible to more

specific about anything.

"Polaris431" <johannblake@gmail.com> wrote in message

news:a46d48d5-6dff-4209-9b2c-6477e52638e9@b7g2000yqk.googlegroups.com...
> I am looking for a solution on how to publish data in Outlook to a web
> server. A custom web app will be written to access the data published
> to its server and and display it in some special way. I will either
> need to write custom VBA for Outlook that transmits the data to the
> web server or use some third-party tool that integrates into Outlook
> that will transmit the data for me. The data is sent in only one
> direction - from client to server. The data on the server is read-
> only. Whenever the user changes data in Outlook, either it gets sent
> to the server automatically (the preferred way) or they would be
> required to press some button within Outlook on the toolbar to
> initiate sending changes.

> What possible solutions do I have available? If I have to write custom
> VBA, I was thinking of transmitting the data in JSON format to a web
> service. Any libraries that you know of that handle this? Or does
> Microsoft have tools that can publish the data to the server? Keep in
> mind that all I am interested in on the server is just the data and
> not the in displaying the data. My web app is responsible for
> displaying the data. If I have to store the data in my own database, I
> have no problem with that. If some third party tool can transmit the
> data, it would have to be possible to access the data from whatever
> data store it uses.
 
P

Polaris431

Hi Ken,

I can program in VBA or C#. I prefer C# though. The latest version of

Outlook would be used. I could develop an Add-in as I've done that

before. No Exchange server. The server is irrelevant. Communications

will be done over the Internet via typical protocols such as HTTP.

Thanks

Johann
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
A Outlook 365 Outlook (part of 365) now working offline - argh Using Outlook 3
M Outlook Macro to save as Email with a file name format : Date_Timestamp_Sender initial_Email subject Outlook VBA and Custom Forms 0
G LinkedIn tab missing in Outlook 365 (but working in OWA) Using Outlook 0
J Outlook forgets "not junk" marking Using Outlook 0
KurtLass Opening Graphics Attachments in Outlook 2021 Using Outlook 0
P now on office 365 but getting error messages about missing Outlook 2013 cache folders Using Outlook 2
B Outlook config download Outlook VBA and Custom Forms 1
M Short term workaround for when Outlook searching stopped functioning Using Outlook 0
D Outlook 2016 Creating an outlook Macro to select and approve Outlook VBA and Custom Forms 0
L Fetch, edit and forward an email with VBA outlook Outlook VBA and Custom Forms 2
BartH VBA no longer working in Outlook Outlook VBA and Custom Forms 1
L Synch Outlook 365 calendar with iPhone Using Outlook 0
W Can vba(for outlook) do these 2 things or not? Outlook VBA and Custom Forms 2
S Outlook 2016 and Acrobat PDFMaker Office COM Addin Using Outlook 0
M "Attachment Detacher for Outlook" add in, does it update the server copy of the email? Using Outlook 1
M Outlook 365 Rename Outlook Priority Using Outlook 3
R Outlook 2019 accesses POP3 but says its offline (because of IMAP servers?) Using Outlook 0
R Outlook Working off line Using Outlook 0
D Outlook 365 Custom forms field limit? Outlook VBA and Custom Forms 4
W Outlook 2016 MSI - Possible to make work with O365 modern Auth & Win7? Using Outlook 4
T Outlook roaming signatures Using Outlook 4
S Adding a recipient's column to Sent folder in Outlook 2010 Outlook VBA and Custom Forms 1
J Outlook search bar in Office 2021 Professional Using Outlook 1
J PSA: How to create custom keyboard shortcut for "Paste Unformatted Text" in Outlook on Windows Outlook VBA and Custom Forms 1
C How to fix outlook continuing to prompt fo an Exchange password Using Outlook 0
C Outlook doesn't feel reliable, anymore Using Outlook 5
J Outlook 2016 Trying to get Outlook 2016 to work with Office 365 Using Outlook 0
C Outlook 365 Copy/Save Emails in Folder Outside Outlook to Show Date Sender Recipient Subject in Header Using Outlook 0
U Outlook not responding when trying to print Emails Using Outlook 5
O How to sync (one way) contacts between two Outlook (exchange) accounts? Using Outlook 0
S Sync Outlook (2021) tasks with Microsoft To Do Using Outlook 1
L Duplicate calendar entries in Outlook 365 Using Outlook 4
V Outlook 2021 Can anyone explain why my Outlook views keep changing?! Using Outlook 2
AlphonseG Outlook 365 Outlook Crashes on setting SaveSentMessageFolder Outlook VBA and Custom Forms 5
S Outlook 2021 How to customize colors Outlook 2021 & Office 2021 on PC Using Outlook 2
D Outlook 2007 Recovering E-Mails Using Outlook 0
G Stop Outlook 365 adding meetings to calendar Using Outlook 2
HarvMan Using Emojis in Outlook 365 Using Outlook 3
T Outlook 2019 Not Using Auto Compete After Deletion of 365 Using Outlook 1
D Gmail mail is being delivered to a different email inbox in Outlook App 2021 Using Outlook 2
Albert McCann Outlook 2021 Outlook Display of HTML Email from two senders is glitchy Using Outlook 0
richardwing Outlook 365 VBA to access "Other Actions" menu for incoming emails in outlook Outlook VBA and Custom Forms 0
J Unable to delete folders in Outlook 2019 / Windows Using Outlook 1
K Outlook for Mac problems Using Outlook 0
D Outlook app 2021 & iCloud PST issues Using Outlook 2
M c# vsto Outlook.ApplicationEvents_11_NewMailEx Outlook VBA and Custom Forms 1
J Event/Meeting in Outlook Does Not Align with SharePoint Calendar Using Outlook 5
Christopher M Is it me, or is Outlook 365 BUGGY? Using Outlook 3
U Outlook on the iPhone cannot approve filtered Emails Using Outlook 0
J GoDaddy migrated to Office365 - Outlook Wont Add Account Exchange Server Administration 21

Similar threads

Top