ConoHaNet.OpenStackMember.UpdateEmailForwarding C# (CSharp) Method

UpdateEmailForwarding() public method

public UpdateEmailForwarding ( string forwardingId, string toForwardAddress ) : EmailForwarding
forwardingId string
toForwardAddress string
return EmailForwarding
        public EmailForwarding UpdateEmailForwarding(string forwardingId, string toForwardAddress)
        {
            return MailServiceProvider.UpdateEmailForwarding(forwardingId, toForwardAddress, this.DefaultRegion, this.Identity);
        }
OpenStackMember