DotMSN

MSNSLPInvitationEventArgs Class

Used as event argument when an invitation is received.

For a list of all members of this type, see MSNSLPInvitationEventArgs Members.

System.Object
   System.EventArgs
      XihSolutions.DotMSN.DataTransfer.MSNSLPInvitationEventArgs

[Visual Basic]
Public Class MSNSLPInvitationEventArgs
    Inherits EventArgs
[C#]
public class MSNSLPInvitationEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The client programmer must set the Accept property to true (accept) or false (reject) to response to the invitation. By default the invitation is rejected.

Requirements

Namespace: XihSolutions.DotMSN.DataTransfer

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

MSNSLPInvitationEventArgs Members | XihSolutions.DotMSN.DataTransfer Namespace