I m pretty new to programming Outlook addins in VB.Net. I want to send an email out with the recipients and the body of a meeting item when the ItemSend event is triggered. How should I reference the appointment item I just sent?
I was wondering when I write Shared ReadOnly Variable As DataType = New DataType() Or alternatively Shared ReadOnly Variable As New DataType() Is it lazy loaded or as the instance initializes? ...