AttachmentType.Size Property

Definition

The Size property gets or sets an integer value that represents the size in bytes of an attachment.

public:
 property int Size { int get(); void set(int value); };
public int Size { get; set; }
Public Property Size As Integer

Property Value

The value of the Size property is an integer that represents the size in bytes of the attachment.

Remarks

You must set the SizeSpecified property to true so that the Size property is serialized into the SOAP request.

Applies to