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

UpdateEmailForwarding() public méthode

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