Search results

  1. B

    Create appointment/meeting from shared mailbox

    There is no SendAs property for olAppointmentItem, is there any way to load all info into the profile? Set olNS = olApp.GetNamespace("MAPI") olNS.Logon Profile:="Outlook", ShowDialog:=False, NewSession:=True
  2. B

    Create appointment/meeting from shared mailbox

    My code works when Outlook is open, but when closed it only sends from my primary address. Anyone have any ideas? Dim olApp As Outlook.Application, olAppt As Outlook.AppointmentItem, myRecipient As Outlook.Recipient, olNS As Outlook.NameSpace Dim i As Long, blnOLOpen As Boolean, strBody As...
Back
Top