Helper Library for sending emails

MbcsMailsetMessageBody Method

Adds the body contents to an existing SmtpMessage object

Definition

Namespace: MbcsMail
Assembly: MbcsMail (in MbcsMail.dll) Version: 1.0.0.1 (1.0.0.1)
C#
protected bool setMessageBody(
	string body
)

Parameters

body  String
Text contents

Return Value

Boolean
True if successful

See Also