Hello Guest it is April 26, 2024, 01:35:48 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - blast_off

Pages: 1
1
so my messages now get sent to an error window, rather than the typical "status" window.  Messages following the proper syntax

Quote
Message "foo bar"


Testing the same code on a different box sends the message to the correct spot.  Any ideas?

2
VB and the development of wizards / Re: scripted email notification
« on: December 31, 2012, 01:03:46 PM »
yup, that worked.  Although I had to put a "1" in at the authentication spot, instead of spelling out the method.

'Type of authentication, NONE, Basic (Base64 encoded), NTLM
'objMessage.Configuration.Fields.Item _
'("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = cdoBasic

(didn't work)

'Type of authentication, NONE, Basic (Base64 encoded), NTLM
'objMessage.Configuration.Fields.Item _
'("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1

works.

thanks!

3
VB and the development of wizards / scripted email notification
« on: December 28, 2012, 04:28:40 PM »
anyone know of a way to send an email based on a condition within your scripts/code?  Something built in.  Maybe a VB call to an email client on the box? 

Pages: 1