Helper Library for sending emails

MbcsMailsetFromAddr Method

Old style setter for From address

Definition

Namespace: MbcsMail
Assembly: MbcsMail (in MbcsMail.dll) Version: 1.0.0.1 (1.0.0.1)
C#
public void setFromAddr(
	string email,
	string name
)

Parameters

email  String
From address
name  String
From name

See Also