ConoHaNet.OpenStackMember.SetEmailForwardingCopy C# (CSharp) Méthode

SetEmailForwardingCopy() public méthode

public SetEmailForwardingCopy ( string emailId, bool enabled ) : bool
emailId string
enabled bool
Résultat bool
        public bool SetEmailForwardingCopy(string emailId, bool enabled)
        {
            return MailServiceProvider.SetEmailForwardingCopy(emailId, enabled, this.DefaultRegion, this.Identity);
        }
OpenStackMember