Article ID: 135755
Article Last Modified on 3/14/2005
This.OLEMAPISession.SignOn
With This.Parent.OLEMAPIMsg
.MsgIndex=-1
.RecipDisplayName=ALLTRIM(This.Parent.SendTo.Value)
.MsgSubject=This.Parent.Subject.Value
.MsgNoteText=This.Parent.MsgTxt.Value
.SessionID=This.parent.olemapisession.sessionid
.Send
Endwith
Thisform.OLEMAPISession.SignOff
Keywords: kbhowto kbinterop KB135755