SetAdditionalProperty(String,String) Method
In This Topic
Sets a property for the message.
Syntax
'Declaration
Public Overloads Sub SetAdditionalProperty( _
ByVal As String, _
ByVal As String _
)
public void SetAdditionalProperty(
string ,
string
)
public:
void SetAdditionalProperty(
String^ ,
String^
)
Parameters
- name
-
The case-insensitive name of the property to set. If a property with the same name already exists,
it is replaced with the new value.
- value
- The value for the property
See Also