Home
last modified time | relevance | path

Searched refs:AttachmentCollection (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Mail/
H A DAttachmentCollection.cs36 public sealed class AttachmentCollection : Collection<Attachment>, IDisposable class
38 internal AttachmentCollection () in AttachmentCollection() method in System.Net.Mail.AttachmentCollection
H A DMailMessage.cs42 AttachmentCollection attachments;
65 attachments = new AttachmentCollection (); in MailMessage()
121 public AttachmentCollection Attachments {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DAttachmentCollection.cs9 public sealed class AttachmentCollection : Collection<Attachment>, IDisposable class
12 internal AttachmentCollection() { } in AttachmentCollection() method in System.Net.Mail.AttachmentCollection
H A DMailMessage.cs27 AttachmentCollection attachments;
239 public AttachmentCollection Attachments {
246 attachments = new AttachmentCollection();
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mail/
H A DAttachmentCollection.cs13 public sealed class AttachmentCollection : Collection<Attachment>, IDisposable class
16 internal AttachmentCollection() { } in AttachmentCollection() method in System.Net.Mail.AttachmentCollection
H A DMailMessage.cs22 private AttachmentCollection _attachments;
284 public AttachmentCollection Attachments
295 _attachments = new AttachmentCollection();
/dports/www/phpmyfaq/phpmyfaq/admin/
H A Dattachments.php17 use phpMyFAQ\Attachment\AttachmentCollection; alias
29 $attachmentCollection = new AttachmentCollection($faqConfig);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Mime/
H A DAttachmentCollection.php18 class AttachmentCollection extends \MailSo\Base\Collection class
H A DMessage.php52 $this->oAttachmentCollection = AttachmentCollection::NewInstance();
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Mime/
H A DAttachmentCollection.php18 class AttachmentCollection extends \MailSo\Base\Collection class
H A DMessage.php52 $this->oAttachmentCollection = AttachmentCollection::NewInstance();
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Attachment/
H A DAttachmentCollection.php28 class AttachmentCollection class
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Mail/
H A DAttachmentCollection.php18 class AttachmentCollection extends \MailSo\Base\Collection class
H A DMessage.php878 $this->oAttachments = AttachmentCollection::NewInstance();
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Mail/
H A DAttachmentCollection.php18 class AttachmentCollection extends \MailSo\Base\Collection class
H A DMessage.php878 $this->oAttachments = AttachmentCollection::NewInstance();
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Mail/
H A DAttachmentCollectionTest.cs20 AttachmentCollection ac;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/tests/Functional/
H A DAttachmentCollectionTest.cs19 AttachmentCollection ac;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/ref/
H A DSystem.Net.Mail.cs64 …public sealed partial class AttachmentCollection : System.Collections.ObjectModel.Collection<Syste… class
66 internal AttachmentCollection() { } in AttachmentCollection() method in System.Net.Mail.AttachmentCollection
132 public System.Net.Mail.AttachmentCollection Attachments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Net.Mail/
H A DTypeForwarders.cs27 …em.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Mail.AttachmentCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Net.Mail.cs21 …em.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Mail.AttachmentCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Net.Mail.cs21 …em.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Mail.AttachmentCollection))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Net.Mail.cs21 …em.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Mail.AttachmentCollection))]
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dtest.vb83 Protected Overridable ReadOnly Property Attachments() As AttachmentCollection
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dtest.vb83 Protected Overridable ReadOnly Property Attachments() As AttachmentCollection

12