Method | Description | |
---|---|---|
Message ( ) : System |
Default constructor for a new Message object. Callers should use the properties to initialize this object after creating it.
|
|
Message ( |
Constructs a new Message object. Callers should use the properties initialize any additional object members.
|
Method | Description | |
---|---|---|
IsSetBody ( ) : bool | ||
IsSetSubject ( ) : bool |
public Message ( |
||
subject | The subject of the message: A short summary of the content, which will appear in the recipient's inbox. | |
body | The message body. | |
return | System |