Simple Mail and Post Office Protocol for .Net (SmtPop)

POPReader.Read Method (Char[], Int32, Int32)

Read from stream

public override int Read(
   char[] buf,
   int index,
   int count
);

Parameters

buf
Buffer
index
Position in buffer
count
Number of char to read

Return Value

Number of char read

See Also

POPReader Class | SmtPop Namespace | POPReader.Read Overload List