다음을 통해 공유


FileAttachmentType.Content Property

The Content property gets or sets the Base64-encoded contents of the file attachment.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlElementAttribute(DataType:="base64Binary")> _
Public Property Content As Byte()
[XmlElementAttribute(DataType="base64Binary")] 
public byte[] Content { get; set; }
[XmlElementAttribute(DataType=L"base64Binary")] 
public:
property array<unsigned char>^ Content {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
/** @property */
public byte[] get_Content ()

/** @property */
public void set_Content (byte[] value)
public function get Content () : byte[]

public function set Content (value : byte[])

Property Value

The Content property returns an array of bytes that contain the Base64-encoded contents of the file attachment.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)