variables used: ocxMAPISession OCX Microsoft MAPI Session Control, version 6.0 ocxMAPIMessages OCX Microsoft MAPI Messages Control, version 6.0 ocxMAPISession.SignOn; ocxMAPIMessages.SessionID := ocxMAPISession.SessionID; ocxMAPIMessages.Compose; ocxMAPIMessages.RecipAddress := 'email@address.com'; ocxMAPIMessages.MsgSubject := 'Subject of mail'; ocxMAPIMessages.MsgNoteText := 'Body of mail'; ocxMAPIMessages.Send; ocxMAPISession.SignOff;Does anyone has a clue, why this example cannot be executed correctly? ](*,)
Comments
It would be interested to know though, why the code from my previous posting isn't working. :-k