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

DeleteEmailForwarding() public méthode

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