Syntax
sp_OASetProperty objecttoken,
propertyname,
newvalue
[ , index... ]
Is there a 4k character limit the number of characters that can be passed in as the new value?
I want to send out emails by passing in the email string into the parameter, what are my other solutions?
sp_OASetProperty objecttoken,
propertyname,
newvalue
[ , index... ]
Is there a 4k character limit the number of characters that can be passed in as the new value?
I want to send out emails by passing in the email string into the parameter, what are my other solutions?