Namespace: Cartella.SalesForce
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public EmailFileAttachment[] fileAttachments { get; set; }
Visual Basic
Public Property fileAttachments As EmailFileAttachment()
	Get
	Set
Visual C++
public:
property array<EmailFileAttachment^>^ fileAttachments {
	array<EmailFileAttachment^>^ get ();
	void set (array<EmailFileAttachment^>^ value);
}

Remarks