Public Property AttachmentStreams As List(Of EmailAttachmentStream)
Dim instance As EmailParameters Dim value As List(Of EmailAttachmentStream) instance.AttachmentStreams = value value = instance.AttachmentStreams
public List<EmailAttachmentStream> AttachmentStreams {get; set;}
public: property List<EmailAttachmentStream^>^ AttachmentStreams { List<EmailAttachmentStream^>^ get(); void set ( List<EmailAttachmentStream^>^ value); }