Esempio n. 1
0
        protected override bool InternalExecute()
        {
            InstantMessageProvider provider = base.Provider;

            if (provider != null)
            {
                provider.AddBuddy(base.MailboxIdentityMailboxSession, this.instantMessageBuddy, this.instantMessageGroup);
                return(true);
            }
            return(false);
        }