ConoHaNet.OpenStackMember.DeleteEmailForwarding C# (CSharp) Method

DeleteEmailForwarding() public method

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