| 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)
Send Message to Users (C#)
Send Message to Users (VB.NET)
Add and Remove User and Group from Folder (C#)
Add and Remove User and Group from Folder (VB.NET)
Send Message to Users (VB.NET)
Add and Remove User and Group from Folder (C#)
Add and Remove User and Group from Folder (VB.NET)
It is possible to send HTML-formatted mail, if the recipient uses a mail system that supports HTML. In so, add HTML tags to the text in bsMessageText.
For example, bsMessageText might contain:
<html><body><h1>Hello!</h1>How are you?</body></html>
- S_OK: The method successfully executed.
IEdmUser5 Interface
IEdmUser5 Members
IEdmUserGroup5::SendMsg Method ()
IEdmInbox5::SendMsg Method ()
IEdmUser5 Members
IEdmUserGroup5::SendMsg Method ()
IEdmInbox5::SendMsg Method ()
SOLIDWORKS PDM Professional Version 5.2