Attachment.Size Eigenschaft

Definition

Gibt einen Integer-Wert (int in C#) zurück, der die Größe (in Bytes) der Anlage angibt. Schreibgeschützt.

public:
 property int Size { int get(); };
public int Size { get; }
Public ReadOnly Property Size As Integer

Eigenschaftswert

Hinweise

This information may not always be available for attachments. For example, on an S/MIME message, the actual attachment sizes are unknown until the attachment is extracted. In cases where the attachment size cannot be determined, this property returns 0.

Gilt für: