-
Topic
-
following is a code snip.
1: dim msgSubj, msgDate, msgTo, msgSender
much more code…
2: msgSubj = trim(iMessage.Subject)
3: msgTo = trim(iMessage.To_)
4: msgSender = trim(iMessage.Sender)line 2 works fine. Line 3 and 4 do not.
I get an error saying:
Formativ Applet runtime error
C:Documents and SettingsdeveloperLocal SettingsApplication DataAdvansysFormativ1.0Cache{24F7CE59-3573-47A1-BFD9-B21BEF35AE55}mail_archive.vbf
Object doesn’t support this property or method: ‘iMessage.To_’ at line 111, column 6yet in my documentation I downloaded a few days ago:
CurrentItem.To_() : String
CurrentItem.Sender() : Stringare the names of the properties. I am very confused as to why this does not work since line 2 works fine. The app wored fine with only line 2, until I tried to extend it with line 3 and 4 listed here.
Please assist.
Thanks,
Neal Vadekar
- You must be logged in to reply to this topic.