| Visual Basic | |
|---|---|
Sub SendMsg( _ ByVal bsSubject As System.String, _ ByVal bsMessageText As System.String _ ) | |
| C# | |
|---|---|
void SendMsg( System.string bsSubject, System.string bsMessageText ) | |
| C++/CLI | |
|---|---|
void SendMsg( & System.String^ bsSubject, & System.String^ bsMessageText ) | |
Parameters
- bsSubject
- Subject of the email
- bsMessageText
- Message detail (see Remarks)
See the IEdmUser5::SendMsg example.
It is possible to send HTML-formatted email, if the recipient uses a mail system that supports HTML. If so, then add HTML tags to the text in bsMessageText.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.3