Hunny Software Library Reference

DefaultFieldBodyFactory.CreateFieldBody Method 

[Visual Basic]
NotOverridable Public Function CreateFieldBody( _
   ByVal fieldName As String, _
   ByVal fieldBodyStr As ByteString _
) As FieldBody Implements _
   FieldBodyFactory.CreateFieldBody
[C#]
public FieldBody CreateFieldBody(
   string fieldName,
   ByteString fieldBodyStr
);

Implements

FieldBodyFactory.CreateFieldBody

See Also

DefaultFieldBodyFactory Class | Hunny.Mime Namespace