0 out of 1 rated this helpful - Rate this topic

LinkedResourceCollection Class

Stores linked resources to be sent as part of an e-mail message.

Namespace: System.Net.Mail
Assembly: System (in system.dll)

public sealed class LinkedResourceCollection : Collection<LinkedResource>, IDisposable
public final class LinkedResourceCollection extends Collection<LinkedResource> implements IDisposable
public final class LinkedResourceCollection extends Collection<LinkedResource> implements IDisposable
Not applicable.

An instance of the LinkedResourceCollection class is returned by the AlternateView.LinkedResources property.

System.Object
   System.Collections.ObjectModel.Collection
    System.Net.Mail.LinkedResourceCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.