BodyPartList Class | MSG .NET Class Library |
Class BodyPartList.
Inheritance Hierarchy


Independentsoft.Email.Mime BodyPartList
Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public class BodyPartList : List<BodyPart>
public class BodyPartList : List<BodyPart>
Public Class BodyPartList Inherits List(Of BodyPart)
Public Class BodyPartList Inherits List(Of BodyPart)
Dim instance As BodyPartList
Dim instance As BodyPartList
public class BodyPartList extends List<BodyPart>
public class BodyPartList extends List<BodyPart>
public class BodyPartList extends List<BodyPart>
public class BodyPartList extends List<BodyPart>
Independentsoft.Email.Mime.BodyPartList = function(); Type.createClass( 'Independentsoft.Email.Mime.BodyPartList', List`1);
Independentsoft.Email.Mime.BodyPartList = function(); Type.createClass( 'Independentsoft.Email.Mime.BodyPartList', List`1);
See Also