ConoHaNet.OpenStackMember.DeleteEmailForwarding C# (CSharp) 메소드

DeleteEmailForwarding() 공개 메소드

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