SocketTools .NET Edition

ImapClient.MessagePartArray Class

The class used to return the available message parts for the current message.

For a list of all members of this type, see ImapClient.MessagePartArray Members.

System.Object
   SocketTools.ImapClient.MessagePartArray

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class ImapClient.MessagePartArray
[C#]
[DefaultMember(MemberName="Item")]
public class ImapClient.MessagePartArray

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The MessagePartArray class returns the available message parts for the current message. A read-only instance of this class is created by the class constructor and accessed using the MessagePart array.

Requirements

Namespace: SocketTools

Assembly: SocketTools.ImapClient (in SocketTools.ImapClient.dll)

See Also

ImapClient.MessagePartArray Members | SocketTools Namespace