LumiSoft Net Help
AddPart Method (index, encoded, value)
NamespacesLumiSoft.Net.MIMEMIME_h_ParameterCollection..::.._ParameterBuilderAddPart(Int32, Boolean, String)
Adds header field parameter part to paramter buffer.
Declaration Syntax
C#Visual BasicVisual C++F#
public void AddPart(
	int index,
	bool encoded,
	string value
)
Public Sub AddPart ( 
	index As Integer,
	encoded As Boolean,
	value As String
)
public:
void AddPart(
	int index, 
	bool encoded, 
	String^ value
)
member AddPart : 
        index : int * 
        encoded : bool * 
        value : string -> unit 
Parameters
index (Int32)
Parameter part index.
encoded (Boolean)
If true parameter part is encoded.
value (String)
Parameter part value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119