DotMSN

MSNObjectCatalog.Add Method (String, MSNObject)

Adds the MSNObject (a user display, emoticon, etc) in the global collection, with the specified checksum as index.

[Visual Basic]
Overloads Public Sub Add( _
   ByVal checksum As String, _
   ByVal msnObject As MSNObject _
)
[C#]
public void Add(
   string checksum,
   MSNObject msnObject
);

Parameters

checksum
msnObject

See Also

MSNObjectCatalog Class | XihSolutions.DotMSN Namespace | MSNObjectCatalog.Add Overload List