| Dart.PowerTCP.Mail Namespace > Attachments Class : Add Method (Attachments) |
Inserts the specified object into the collection as an attachment.
[Visual Basic] Overloads Overrides Public Function Add(Object) As Integer
Inserts the specified MimeAttachmentStream into the collection as an attachment.[C++/CLI] public int Add(Object^); override
Inserts the specified Stream (must be a MimeAttachmentStream) into the collection as an attachment.[C++/CLI] public int Add(MimeAttachmentStream^);
[Visual Basic] Overloads Public Function Add(Stream,String) As Integer
Inserts the file specified by fileName into the collectio as an attachment.[C++/CLI] public int Add(Stream^,String^);
[Visual Basic] Overloads Public Function Add(String) As Integer
[C++] public int Add(string*);
[C++/CLI] public int Add(String^);
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Attachments Class | Attachments Members
Send comments on this topic.
Documentation version 3.1.
© 2009 Dart Communications. All rights reserved.