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.
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.
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.
Re: In VB.NET - Create a MS Teams conference and send emails to participants
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.