Edit

Share via


ContentDescription.SetBody(Byte[]) Method

Definition

Sets the body content.

public:
 virtual void SetBody(cli::array <System::Byte> ^ body);
public virtual void SetBody (byte[] body);
abstract member SetBody : byte[] -> unit
override this.SetBody : byte[] -> unit
Public Overridable Sub SetBody (body As Byte())

Parameters

body
Byte[]

The body to set.

Applies to