Gets/Sets the message.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public byte[] Message { get; set; } |
Visual Basic |
---|
Public Property Message As Byte() Get Set |
Visual C++ |
---|
public: property array<unsigned char>^ Message { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |