DotMSN

MSNSLPInvitationEventArgs.Accept Property

Defines if the transfer is accepted. This must be set by the client programmer in a event handler. By default this property is set to false, which means the invitation is rejected. If this property is set to true, the invitation is accepted.

[Visual Basic]
Public Property Accept As Boolean
[C#]
public bool Accept {get; set;}

See Also

MSNSLPInvitationEventArgs Class | XihSolutions.DotMSN.DataTransfer Namespace