|
-
Dec 20th, 2020, 07:53 PM
#1
Thread Starter
Hyperactive Member
In VB.NET - Create a MS Teams conference and send emails to participants
Hello.
From my VB.net desktop application, I would like to create a Microsoft Teams meeting and send an email to all participants.
Is this possible? To create a MS Teams Meeting from a VB.net desktop application.
I searched online, but I can't find much informations to start me off in the right direction.
I don't need to do anything complex, just to create an MS Teams meeting for a given date/time and add a list of participants for which I have names and emails.
I develop in VB.net in Visual Studio 2015.
I would really appreciate any snippet of code that would help me or any links to clear/working examples.
Thanks for helping.
Last edited by dbelley_office; Dec 20th, 2020 at 09:34 PM.
-
Dec 20th, 2020, 09:29 PM
#2
Re: In VB.NET - Create a MS Teams conference and send emails to participants
I have no idea about Microsoft Teams.
I can give you some links to send and email. I could instruct you at Microsoft site but those id!@ts decided to deprecate VB.net so here is a link for sending and email http://vb.net-informations.com/commu..._smtp_mail.htm
Here is one with attachments.
https://stackoverflow.com/questions/...ment-in-vb-net
Be aware that sending HTML for mobile based it a real pain. It took me over 2 days to be able to send it to all platforms. I can't remember what I did but if you need mobile have an issue I can look the office code remotely sometime.
ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·
-
Dec 20th, 2020, 09:33 PM
#3
Thread Starter
Hyperactive Member
Re: In VB.NET - Create a MS Teams conference and send emails to participants
Thanks but I already have what is required to send emails. The question is really regarding the creation of an MS Teams meeting from a VB.net desktop app.
-
Dec 20th, 2020, 09:36 PM
#4
Re: In VB.NET - Create a MS Teams conference and send emails to participants
ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·
-
Dec 20th, 2020, 09:39 PM
#5
Thread Starter
Hyperactive Member
Re: In VB.NET - Create a MS Teams conference and send emails to participants
I've seen it. But I can't make anything work. No examples in VB.net
I'd like a small example of a working example, not just a 2-3 lines of the general principles.
I am unable to put the missing parts together from the examples of the Graph API which seems to be what I have to use.
Last edited by dbelley_office; Dec 20th, 2020 at 09:50 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|