Newsgroups
The following operations are supported. For a formal definition, please review the Service Description.
-
GetDefaultNewsServerEndPoint
to find default newsserver and port set in web.config -
GetHelp
not much use for clients -
GetMessage
i need to implement this one, is GroupName necessary? -
GetMessageOverviews
sending 0 and 0 for message numbers returns the latest overviews -
GetMessages
if you send 0 and 0, it will get all ... which is too many -
GetNewMessageHeaders
this only works on NNTP servers that permit NEWNEWS, use GetMessageOverviews() instead, which uses XOVER -
GetNewNewsgroups
yeah -
GetNewsgroups
you can use * as a wildcard -
PostMessage_CDO
uses wrapped CDO lib to post message -
SearchMessages
not implemented -
SendLowLevelNNTPCommand
please dont mess up my newsserver -
TestNewsServerState
for my sanity in case another method is not working