I want to create a WebService in C#, which should generate Appointments from my Database (only Recepients MailAdresses, Start and End Date, ..) If I want to set this up and I type the following code:
private Outlook.Application outlookApp = new Outlook.Application();
from which Mail Profile will the E-Mails and Appointments be sent? Can I create a Name like: "MyAppointmentGenerator" in my WebService, which is displayed in the receiver`s Outlook, from whom the appointment is created/incoming?