AUGXIS 1 Light Poster

hi guys,

i get an error message "554 message is not rfc compliant" while i was trying to send an email. can you please help me with my code...

MAPISession1.SignOn
With MAPIMessages1
   .SessionID = MAPISession1.SessionID
   .Compose
   .RecipAddress = "myemail@email.com"
   .MsgSubject = "For Your Info"
   .MsgNoteText = "HELP"
   .Send
End With